Skip to content

Commit ce115e5

Browse files
committedOct 1, 2020
style tweak
1 parent c99a14d commit ce115e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎example/client.swift.plush

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class OtoClient {
7373
}
7474
<% } %>
7575

76-
struct OtoError : LocalizedError
76+
struct OtoError: LocalizedError
7777
{
7878
var errorDescription: String? { return message }
7979
var failureReason: String? { return message }

‎example/swift/SwiftCLIExample/SwiftCLIExample/client.gen.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ struct GreetResponse: Encodable, Decodable {
8888
}
8989

9090

91-
struct OtoError : LocalizedError
91+
struct OtoError: LocalizedError
9292
{
9393
var errorDescription: String? { return message }
9494
var failureReason: String? { return message }

‎otohttp/templates/client.swift.plush

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class OtoClient {
6666
}
6767
<% } %>
6868

69-
struct OtoError : LocalizedError
69+
struct OtoError: LocalizedError
7070
{
7171
var errorDescription: String? { return message }
7272
var failureReason: String? { return message }

0 commit comments

Comments
 (0)
Please sign in to comment.