Skip to content

Commit c25353c

Browse files
committed
minor cleanup
1 parent 34478d3 commit c25353c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parser/src/fstring.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ impl<'a> FStringParser<'a> {
8383
// format '{' PYTHON_EXPRESSION '=' FORMAT_SPECIFIER? '}'
8484
'=' if self.chars.peek() != Some(&'=') => { // check for delims empty?
8585
pred_expression_text = expression.to_string(); // safe expression before = to print it
86-
// pred_expression_text contains trailing spaces, which are trimmed somewhere later before printing, this needs to be prevented orovercome here
8786
}
8887

8988
':' if delims.is_empty() => {

0 commit comments

Comments
 (0)