Skip to content

Commit 8a770d5

Browse files
committed
chore: format code with rustfmt
1 parent 00b9e84 commit 8a770d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mod tests {
8585
let result = weight_input_parsing(String::from("65"));
8686
assert_eq!(result, 65.0);
8787
}
88-
88+
8989
#[test]
9090
fn height_input_parsing_valid_number_returns_f64() {
9191
let result = weight_input_parsing(String::from("1.75"));

0 commit comments

Comments
 (0)