Skip to content

Commit e3186dc

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

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

9-
fn main(){
10-
11-
}
9+
fn main(){
10+
}

0 commit comments

Comments
 (0)