Skip to content

Commit 2993c57

Browse files
authored
Remove awkward newline from scripts.md (#1943)
Removed a newline from a code example in order to match its counterparts in this file (every other code example has "# myscript.nu" directly above the code, without an additional newline in between them). I apologize if my pedantism is a little much here!
1 parent cec13f4 commit 2993c57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

book/scripts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ For example:
6262

6363
```nu
6464
# myscript.nu
65-
6665
def main [x: int] {
6766
$x + 10
6867
}

0 commit comments

Comments
 (0)