We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1522370 commit 7d99212Copy full SHA for 7d99212
Sources/JSONParsing/JSON.Array (ext).swift
@@ -34,6 +34,6 @@ extension JSON.Array {
34
extension JSON.Array: LosslessStringConvertible {
35
/// See ``init(parsing:) (String)``.
36
public init?(_ description: String) {
37
- do { try self.init(parsing: description) } catch { return nil }
+ do { try self.init(parsing: description) } catch { return nil }
38
}
39
0 commit comments