Skip to content

Commit

Permalink
remove excessive indents
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Feb 5, 2024
1 parent c57d9a9 commit 33743b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubes/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ for white = 0, 1 do
itemstring = stack:to_string(),
item = stack:to_table(),
velocity = velocity,
}, stack)
}, stack)
if not succ or type(msg) ~= "string" then
return go_back(velocity)
end
Expand Down

0 comments on commit 33743b7

Please sign in to comment.