Skip to content

Commit

Permalink
chore: Add missing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Olian04 committed Jul 30, 2024
1 parent 36f0c84 commit 6892096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handles/internal/tokenizer.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn add_block_sized_token(
index: Int,
consumed: String,
rest: String,
) {
) -> Action {
AddToken(
token,
index + length_of_block_syntax + string.length(consumed),
Expand Down

0 comments on commit 6892096

Please sign in to comment.