Skip to content

Commit

Permalink
Discard changes to crates/ruff_python_formatter/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Jun 6, 2023
1 parent b19e69d commit ec33c3d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions crates/ruff_python_formatter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,11 @@ Formatted twice:
#[ignore]
#[test]
fn quick_test() {
let src = r#"AAAAAAAAAAAAA = AAAAAAAAAAAAA # type: ignore
call_to_some_function_asdf(
foo,
[AAAAAAAAAAAAAAAAAAAAAAA, AAAAAAAAAAAAAAAAAAAAAAA, AAAAAAAAAAAAAAAAAAAAAAA, BBBBBBBBBBBB], # type: ignore
)
let src = r#"
while True:
if something.changed:
do.stuff() # trailing comment
other
"#;
// Tokenize once
let mut tokens = Vec::new();
Expand Down

0 comments on commit ec33c3d

Please sign in to comment.