Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4a13c8c

Browse files
authored
Fix test formatting
1 parent 0fb09d6 commit 4a13c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/exhaustive_items.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub mod structs {
7373
// no warning, private fields
7474
pub struct ExhaustivePrivateField {
7575
pub foo: u8,
76-
bar: String
76+
bar: String,
7777
}
7878

7979
// no warning, private

0 commit comments

Comments
 (0)