Skip to content

Commit

Permalink
formatting insanity
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 16, 2023
1 parent 20d21da commit e136da9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions crates/re_types_builder/src/codegen/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,15 +412,7 @@ impl PythonCodeGenerator {
}

if !manifest.is_empty() {
code.push_unindented_text(
format!(
"
__all__ = [{manifest}]
",
),
0,
);
code.push_unindented_text(format!("\n__all__ = [{manifest}]\n\n\n"), 0);
}

let obj_code = if obj.is_struct() {
Expand Down

0 comments on commit e136da9

Please sign in to comment.