Skip to content

Commit bbf7232

Browse files
committed
fmt
1 parent 932d550 commit bbf7232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ mod tests {
261261
debug!("temp: {}°C", temp);
262262
assert!((20.0..30.0).contains(&temp), "20.0 < {} < 30.0", temp);
263263
}
264-
264+
265265
#[test]
266266
fn dac() {
267267
use super::*;

0 commit comments

Comments
 (0)