Skip to content

Commit e427727

Browse files
run swift format
1 parent f7bf80c commit e427727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Kafka/Configuration/KafkaConsumerConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public struct KafkaConsumerConfiguration {
191191
/// The maximum amount of time the server will block before answering the fetch request
192192
/// there isn’t sufficient data to immediately satisfy the requirement given by fetch.min.bytes.
193193
/// Default: `.milliseconds(500)`
194-
public var maximumFetchWaitTime: Duration = .milliseconds(500) {
194+
public var maximumFetchWaitTime: Duration = .milliseconds(500) {
195195
didSet {
196196
if maximumFetchWaitTime != .zero {
197197
precondition(

0 commit comments

Comments
 (0)