fix whitespace line-endings

This commit is contained in:
Jonathan Halmen 2021-11-05 16:44:29 +01:00
parent 4147a9a39b
commit 88886a37d9
19 changed files with 26 additions and 27 deletions

View file

@ -29,7 +29,7 @@
// If a .{} thing is what the print function wants, do we need to
// break our "tuple" apart and put it in another one? No! It's
// redundant! This will print the same thing:
//
//
// print("{} {}\n", foo);
//
// Aha! So now we know that print() takes a "tuple". Things are