Skip to content

Commit

Permalink
Remove extraneous space
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 9, 2024
1 parent 3aff138 commit 73cb999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/to_int_parse_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn to_int_tests() {
Ok(output) -> {
"should_parse: \""
<> input_printable_text
<> "\" -> "
<> "\" -> "
<> output |> int.to_string
}
Error(error) -> {
Expand Down

0 comments on commit 73cb999

Please sign in to comment.