Skip to content

Commit

Permalink
Formatting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jun 4, 2024
1 parent c467e8b commit 6f1d003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct Node
end

function Node(head::JuliaSyntax.SyntaxHead, span::Integer)
return Node(head, span % UInt32, (), 0 % TagType)
return Node(head, span % UInt32, (), 0%TagType)
end

# Re-package a GreenNode as a Node
Expand Down

0 comments on commit 6f1d003

Please sign in to comment.