Skip to content

Commit a2c924b

Browse files
committed
Satisfy tidy
1 parent 3828e9e commit a2c924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass-fulldeps/newtype_index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ fn main() {
1717
assert_eq!(size_of::<Option<Option<Option<Option<MyIdx>>>>>(), 4);
1818
assert_eq!(size_of::<Option<Option<Option<Option<Option<MyIdx>>>>>>(), 4);
1919
assert_eq!(size_of::<Option<Option<Option<Option<Option<Option<MyIdx>>>>>>>(), 8);
20-
}
20+
}

0 commit comments

Comments
 (0)