Skip to content

Commit 8b55f6a

Browse files
committed
making consistent indentation
1 parent e039bd2 commit 8b55f6a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fp.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ end
1111
function main()
1212
local arr = {0, 1, 2 ,3 ,4}
1313
my_objective(arr, increment)
14-
for i = 1, 5 do io.write(arr[i] .. " ") end
14+
for i = 1, 5 do
15+
io.write(arr[i] .. " ")
16+
end
1517
end
1618

1719
main()

0 commit comments

Comments
 (0)