Skip to content

Commit

Permalink
Run prettier again
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 15, 2024
1 parent d18e205 commit 6764c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class ContextManager implements IDisposable {
this._app.serviceManager.serverSettings
);
if (response.status !== 200) {
return;
return;
}
const layout = await response.json();
let changed = false;
Expand Down

0 comments on commit 6764c9f

Please sign in to comment.