Skip to content

Commit

Permalink
Made code more consistent in code cell 1161423a
Browse files Browse the repository at this point in the history
  • Loading branch information
johnW-ret committed Sep 24, 2024
1 parent d4fd1e1 commit 4eaa569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 1,
"id": "1161423a",
"metadata": {
"dotnet_interactive": {
Expand All @@ -1062,7 +1062,7 @@
{
"data": {
"text/html": [
"<div class=\"dni-plaintext\"><pre>6</pre></div><style>\r\n",
"<div class=\"dni-plaintext\"><pre>5</pre></div><style>\r\n",
".dni-code-hint {\r\n",
" font-style: italic;\r\n",
" overflow: hidden;\r\n",
Expand Down Expand Up @@ -1102,7 +1102,7 @@
],
"source": [
"let x = 3 in // name = value in (\n",
" x + 3 // scope\n",
" x + 2 // scope\n",
" // )"
]
},
Expand Down

0 comments on commit 4eaa569

Please sign in to comment.