Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Aug 29, 2023
1 parent b367eac commit ecd36af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/ruff_python_parser/src/lexer/fstring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,3 @@ impl FStringContext {
}
}
}

2 changes: 1 addition & 1 deletion crates/ruff_python_parser/src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ impl std::fmt::Display for FStringErrorType {
use FStringErrorType::{
EmptyExpression, ExpressionCannotInclude, ExpressionNestedTooDeeply,
InvalidConversionFlag, InvalidExpression, MismatchedDelimiter, SingleRbrace,
UnclosedLbrace, Unmatched, UnterminatedString, UnterminatedTripleQuotedString
UnclosedLbrace, Unmatched, UnterminatedString, UnterminatedTripleQuotedString,
};
match self {
UnclosedLbrace => write!(f, "expecting '}}'"),
Expand Down

0 comments on commit ecd36af

Please sign in to comment.