Skip to content

Commit 5ff2c93

Browse files
committed
swiftlint
1 parent f91fd18 commit 5ff2c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SmithyReadWrite/SmithyReader.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ public protocol SmithyReader: AnyObject {
4444
) throws -> [Member]?
4545

4646
/// Attempts to read a `null` value from the source document.
47-
/// - Returns: `true` if the value read is null, `false` if a value is present but it is not null, `nil` if no value is present.
47+
/// - Returns: `true` if the value read is null, `false` if a value is present but it is not null,
48+
/// `nil` if no value is present.
4849
func readNullIfPresent() throws -> Bool?
4950
}
5051

0 commit comments

Comments
 (0)