Skip to content

Commit d8efb9e

Browse files
committed
Auto-fix
1 parent b3beee2 commit d8efb9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/databricks-vscode/src/sdk-extensions/wsfs/WorkspaceFsEntity.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ export abstract class WorkspaceFsEntity {
157157
} catch (e) {
158158
if (
159159
e instanceof ApiError &&
160-
(e.errorCode === "RESOURCE_DOES_NOT_EXIST" || e.statusCode === 404)
160+
(e.errorCode === "RESOURCE_DOES_NOT_EXIST" ||
161+
e.statusCode === 404)
161162
) {
162163
return undefined;
163164
}

0 commit comments

Comments
 (0)