Skip to content

Commit 99bb2dc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f5cafd3 commit 99bb2dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

js/packages/binderhub-client/lib/client.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ export class BinderRepository {
160160
});
161161
return;
162162
}
163-
if (
164-
!(error.name === "EventStreamClose" || error.name === "AbortError")
165-
) {
163+
if (!(
164+
error.name === "EventStreamClose" || error.name === "AbortError"
165+
)) {
166166
// errors _other_ than EventStreamClose get displayed
167167
queue.push({
168168
phase: "failed",

0 commit comments

Comments
 (0)