Skip to content

Commit

Permalink
fix: remove extra line causing tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAbella committed Sep 24, 2024
1 parent 934ed9a commit 947407e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/sf/sub/cmd_builder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ function CommandBuilder:build()
end
cmd = cmd .. " " .. table.concat(param_strings, " ")
end
cmd = cmd .. " " .. table.concat(param_strings, " ")

if not U.is_empty_str(self.param_str) then
cmd = cmd .. " " .. self.param_str
Expand Down

0 comments on commit 947407e

Please sign in to comment.