1
0
forked from Mirror/wren

Remove pointless newline.

This commit is contained in:
Bob Nystrom
2015-01-02 07:59:31 -08:00
parent 99f0bf09c3
commit 526a84c4d6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ in a Lua-sized package.
IO.print("Hello, world!") IO.print("Hello, world!")
class Wren { class Wren {
adjectives = ["sm\nall", "clean", "fast"] adjectives = ["small", "clean", "fast"]
languageType { languageType {
"scripting" "scripting"
} }

View File

@ -7,7 +7,7 @@ in a Lua-sized package.
IO.print("Hello, world!") IO.print("Hello, world!")
class Wren { class Wren {
adjectives = ["sm\nall", "clean", "fast"] adjectives = ["small", "clean", "fast"]
languageType { languageType {
"scripting" "scripting"
} }