Skip to content

Commit 18ce94f

Browse files
committed
remove accidental ::any
1 parent 2acdaee commit 18ce94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lute/std/libs/syntax/printer.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ end
131131

132132
--- Returns a string representation of an AstExpr
133133
function printExpr(expr: luau.AstExpr): string
134-
return printNode(expr, visitor.visitExpression :: any)
134+
return printNode(expr, visitor.visitExpression)
135135
end
136136

137137
--- Returns a string representation of an AstStat

0 commit comments

Comments
 (0)