Skip to content

Commit 83bdefa

Browse files
committed
Remove Whitespace
1 parent f565141 commit 83bdefa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/prometheus/steps/LocalsToTable.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ function LocalsToTable:apply(ast)
9595
end, function(node, data)
9696
-- Postvisit Function
9797
local snode;
98-
99-
10098
-- Variable Expressions
10199
if(node.kind == AstKind.VariableExpression) then
102100
if not node.scope.isGlobal then

0 commit comments

Comments
 (0)