Skip to content

Commit ed7318d

Browse files
committed
cargo fmt
1 parent cdf3811 commit ed7318d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rust/log-service/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5175,10 +5175,7 @@ mod tests {
51755175
}
51765176
}
51775177

5178-
async fn validate_dirty_log_on_server(
5179-
server: &LogServer,
5180-
collection_ids: &[CollectionUuid],
5181-
) {
5178+
async fn validate_dirty_log_on_server(server: &LogServer, collection_ids: &[CollectionUuid]) {
51825179
server
51835180
.roll_dirty_log_s3_cycle()
51845181
.await

0 commit comments

Comments
 (0)