Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
backslash-f committed Mar 11, 2024
1 parent 665e14b commit 5271ba7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ public extension BinanceAuth {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension KucoinAuth: RawRepresentable {
}
self = result
}

public var rawValue: RawValue {
guard let data = try? JSONEncoder().encode(self) else {
return "Failed to encode data"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ public struct KucoinAuth {
)
}
}

0 comments on commit 5271ba7

Please sign in to comment.