Skip to content

Commit 591d393

Browse files
committed
remove semicolon
1 parent ba37ff7 commit 591d393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackable-cockpit/src/platform/manifests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub trait InstallManifestsExt {
166166
}.instrument(span).await?;
167167

168168
Span::current().pb_inc(1);
169-
};
169+
}
170170

171171
Ok(())
172172
}

0 commit comments

Comments
 (0)