Skip to content

Commit 7c068d1

Browse files
committed
fixes
1 parent 6c4e502 commit 7c068d1

File tree

15 files changed

+1781
-1165
lines changed

15 files changed

+1781
-1165
lines changed

check/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ fn is_succesful(check_name: String, res: Result<(), String>) {
175175
}
176176
_ => {
177177
tracing::warn!("Check {} assertion not found (err)...", check_name);
178-
},
178+
}
179179
}
180180
tracing::error!("{}", format!("Error! {}: {}", check_name, e));
181181
} else {
@@ -198,7 +198,7 @@ fn is_succesful(check_name: String, res: Result<(), String>) {
198198
}
199199
_ => {
200200
tracing::warn!("Check {} assertion not found...", check_name);
201-
},
201+
}
202202
}
203203
tracing::debug!("{}", format!("Check {} was successful.", check_name));
204204
}

0 commit comments

Comments
 (0)