Skip to content

Commit e7eb049

Browse files
committed
Fix linting error
1 parent b385c73 commit e7eb049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/luasm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ function interpreter:next_instruction()
453453

454454
local result = line:run(self)
455455

456-
return result == nil or result
456+
return result == nil or result
457457
end
458458

459459
--- Creates a new interpreter instance.

0 commit comments

Comments
 (0)