Skip to content

Commit

Permalink
Fix test formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Feb 2, 2021
1 parent 0fb09d6 commit 4a13c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/exhaustive_items.fixed
Expand Up @@ -73,7 +73,7 @@ pub mod structs {
// no warning, private fields
pub struct ExhaustivePrivateField {
pub foo: u8,
bar: String
bar: String,
}

// no warning, private
Expand Down

0 comments on commit 4a13c8c

Please sign in to comment.