Skip to content

Commit

Permalink
Update runtime/parser/declaration.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Müller <bastian@axiomzen.co>
  • Loading branch information
dsainati1 and turbolent authored Nov 18, 2022
1 parent e37e233 commit 53c4d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parser/declaration.go
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ func parseAttachmentDeclaration(
)
}

// skip the `for`` keyword
// skip the `for` keyword
p.nextSemanticToken()

if !p.current.Is(lexer.TokenIdentifier) {
Expand Down

0 comments on commit 53c4d10

Please sign in to comment.