Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott committed Aug 12, 2020
1 parent 336c9cc commit 5cd7139
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ class HttpGoogleDirectoryDAO(appName: String,
whenUsageLimited,
when404,
whenInvalidValueOnBucketCreation,
whenNonHttpIOException)(() => {
whenNonHttpIOException) { () =>
executeGoogleRequest(inserter)
}) {
} {
case t: Throwable if when5xx(t) =>
// sometimes creating a group errors with a 5xx error and partially creates the group
// when this happens some group apis (create, list members and delete group) say the group exists
Expand Down

0 comments on commit 5cd7139

Please sign in to comment.