Skip to content

Commit

Permalink
Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Jun 16, 2024
1 parent d6d2298 commit 97ccfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angelsrefining/src/sea-pump.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function sea_pump:on_blueprint_setup(player_index)
end

-- type may be 'upgrade-item'
if blueprint.type ~= 'blueprint' then
if blueprint.type ~= "blueprint" then
return
end

Expand Down

0 comments on commit 97ccfde

Please sign in to comment.