Skip to content

Commit

Permalink
fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Jun 12, 2023
1 parent 3e2e470 commit 1a737be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ impl syn::parse::Parse for OverridePath {
Ok(expr) => Ok(OverridePath::Expr(expr)),
Err(mut err) => {
err.combine(Error::new(
input.span(),
input.span(),
"Expected either a `Path` or an `Expr` that evaluates to something compatible with `Into<String>`."
));
Err(err)
Expand Down

0 comments on commit 1a737be

Please sign in to comment.