Skip to content

Commit 415b7cb

Browse files
committed
Run swift format
1 parent 55a58b2 commit 415b7cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Benchmarks/Benchmarks/SwiftKafkaConsumerBenchmarks/KafkaConsumerBenchmark.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ let benchmarks = {
5656
)
5757

5858
Benchmark.setup = {
59-
uniqueTestTopic = try await prepareTopic(messagesCount: messageCountPerBatch * numberOfBatches, partitions: numberOfPartitions)
59+
uniqueTestTopic = try await prepareTopic(
60+
messagesCount: messageCountPerBatch * numberOfBatches,
61+
partitions: numberOfPartitions
62+
)
6063
}
6164

6265
Benchmark.teardown = {

0 commit comments

Comments
 (0)