Skip to content

Commit 4cafb4d

Browse files
committed
Formatting pressure.rs
1 parent 1c76f39 commit 4cafb4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pressure.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,5 @@ mod test {
260260
assert_eq!(a <= b, true);
261261
assert_eq!(a > b, false);
262262
assert_eq!(a >= b, false);
263-
}
264-
}
263+
}
264+
}

0 commit comments

Comments
 (0)