Skip to content

Commit 9d98191

Browse files
committed
style: prettier fix
1 parent f7fb081 commit 9d98191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languageserver/handlers/settingsHandlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class SettingsHandler {
2020
private readonly yamlSettings: SettingsState,
2121
private readonly validationHandler: ValidationHandler,
2222
private readonly telemetry: Telemetry
23-
) { }
23+
) {}
2424

2525
async registerHandlers(): Promise<void> {
2626
if (this.yamlSettings.hasConfigurationCapability && this.yamlSettings.clientDynamicRegisterSupport) {

0 commit comments

Comments
 (0)