Skip to content

Commit

Permalink
Remove more previous token
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jul 12, 2024
1 parent 4cc0fad commit cfa00f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphql-c_parser/lib/graphql/c_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def self.tokenize(graphql_string, intern_identifiers: false, max_tokens: nil)
1,
1,
graphql_string,
nil, # prev token
241 # BAD_UNICODE_ESCAPE in lexer.rl
]
]
Expand Down

0 comments on commit cfa00f1

Please sign in to comment.