forked from Mirror/wren
Remove pointless newline.
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user