Skip to content

Commit

Permalink
Removed unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
lkirkwood committed Apr 29, 2024
1 parent 4eb4037 commit 73c9917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,6 @@ impl TomlParser {
}
}

return Err(self.err_parse("tokenizer"));
Err(self.err_parse("tokenizer"))
}
}

0 comments on commit 73c9917

Please sign in to comment.