Skip to content

Commit 5fb298f

Browse files
author
Tito Ciuro
committed
Run the style.sh script
1 parent 2aedc9a commit 5fb298f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseFunctions/Sources/FunctionsError.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,13 @@ internal func FunctionsErrorForResponse(status: NSInteger,
230230
} else {
231231
description = code.descriptionForErrorCode
232232
}
233-
233+
234234
// If the code in the body is invalid, treat the whole response as malformed.
235235
guard code != .internal else {
236236
return code.generatedError(userInfo: [NSLocalizedDescriptionKey: description])
237237
}
238238
}
239-
239+
240240
details = errorDetails["details"] as AnyObject?
241241
if let innerDetails = details {
242242
// Just ignore the details if there an error decoding them.

0 commit comments

Comments
 (0)