Skip to content

Commit 0e0f62f

Browse files
committed
swiftlint
1 parent 21530d9 commit 0e0f62f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/SmithyReadWrite/ReadingClosure.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ public enum ReadingClosures {
153153
try reader.read()
154154
}
155155

156-
public static func readInt16<Reader: SmithyReader>(from reader: Reader) throws -> Int16? {
156+
public static func readInt16<Reader: SmithyReader>(
157+
from reader: Reader
158+
) throws -> Int16? {
157159
try reader.readIfPresent()
158160
}
159161

0 commit comments

Comments
 (0)