mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-12-13 07:20:06 +00:00
added clang-format
This commit is contained in:
@@ -9,7 +9,7 @@ proto Test
|
||||
end
|
||||
|
||||
// stressing the GC
|
||||
for (var i = 0; ; i++) do
|
||||
for (var i = 0; i < 100000; i++) do
|
||||
var x = Test("Hello world " .. i)
|
||||
x:print()
|
||||
end
|
||||
Reference in New Issue
Block a user