Skip to content

Commit 4bc36fa

Browse files
committed
fmt
1 parent 4a23734 commit 4bc36fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/submit/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ impl SubmitTask {
265265
if error.to_string().contains("403 Forbidden") {
266266
// Don't error as this is expected behavior
267267
warn!(%error, "403 Forbidden detected - skipping block");
268-
continue
268+
continue;
269269
}
270270

271271
error!(%error, "failed to prepare transaction for submission");

0 commit comments

Comments
 (0)