Skip to content

Commit 3f4f219

Browse files
committed
Fix formatting in type-const-associated-default.rs
1 parent e3186dc commit 3f4f219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ui/feature-gates/type-const-associated-default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ trait Trait {
66
const N: usize = 10;
77
}
88

9-
fn main(){
9+
fn main(){
1010
}

0 commit comments

Comments
 (0)