Skip to content

Commit 6876896

Browse files
committed
formatting
1 parent 0570f92 commit 6876896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/gitOps/GitOpsConfiguration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class GitOpsConfiguration extends Component<GitOpsProps, GitOpsState> {
173173
})
174174
})
175175
.catch((error) => {
176-
showError(error,true,true)
176+
showError(error, true, true)
177177
this.setState({ view: ViewType.ERROR, statusCode: error.code })
178178
})
179179
}

0 commit comments

Comments
 (0)