Skip to content

Commit 7b5ca11

Browse files
committed
Formatting
1 parent 226e796 commit 7b5ca11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftProtobuf/AsyncMessageSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public struct AsyncMessageSequence<
179179
}
180180
if messageSize == 0 {
181181
return try M(
182-
contiguousBytes: [],
182+
contiguousBytes: [],
183183
extensions: extensions,
184184
partial: partial,
185185
options: options

0 commit comments

Comments
 (0)