Skip to content

Commit 4c8506b

Browse files
committed
Fix formatting
1 parent 242f5f7 commit 4c8506b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/pat.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ impl const RangePattern for char {
8484

8585
const MAX: Self = char::MAX;
8686

87-
8887
#[cfg_attr(flux, flux::spec(fn (self: char{<char as RangePattern>::sub_ok(self)}) -> char))]
8988
fn sub_one(self) -> Self {
9089
match char::from_u32(self as u32 - 1) {

0 commit comments

Comments
 (0)