Skip to content

Commit

Permalink
Remove trailing whitespace from e2lib.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamolfar committed Oct 22, 2024
1 parent 2b03d4c commit 0708389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/e2lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ end
function Function:ExtCall(args, types, ctx)
if self.arg_sig == types then
local success,ret = pcall(self.fn,args)
if success then
if success then
return ret
else
local _,msg,trace = E2Lib.unpackException(ret)
Expand Down

0 comments on commit 0708389

Please sign in to comment.