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 Oct 27, 2023
1 parent 303e301 commit 34197da
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions crates/ruff_python_formatter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,13 @@ if True:
#[test]
fn quick_test() {
let source = r#"
if True:
return await a and b and bbbbb, ccc, len(
self.cddddddddddddeeeeeeeaaafffffffgggggghhhhiiiiikkkkllllmmmmmnn
)
def main() -> None:
if True:
some_very_long_variable_name_abcdefghijk = Foo()
some_very_long_variable_name_abcdefghijk = some_very_long_variable_name_abcdefghijk[
some_very_long_variable_name_abcdefghijk.some_very_long_attribute_name
== "This is a very long string abcdefghijk"
]
"#;
let source_type = PySourceType::Python;
Expand Down

0 comments on commit 34197da

Please sign in to comment.