fix python indentation

This commit is contained in:
nora 2023-04-04 14:58:53 +02:00
parent 45c0581fa9
commit 7fcc623c7f
3 changed files with 25 additions and 12 deletions

View file

@ -0,0 +1,10 @@
/// ~MINIMIZE-ROOT HasFields
struct HasFields {
/// ~REQUIRE-DELETED field_a
field_a: (),
/// ~MINIMIZE-ROOT field_b
field_b: (),
}
/// ~MINIMIZE-ROOT main
fn main() {}