Skip to content

Commit 4e20ea5

Browse files
committed
remove unnecessary comma
1 parent 8e98e74 commit 4e20ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/preferences/browser/preferencesActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class ConfigureLanguageBasedSettingsAction extends Action {
2323
@IModelService private readonly modelService: IModelService,
2424
@ILanguageService private readonly languageService: ILanguageService,
2525
@IQuickInputService private readonly quickInputService: IQuickInputService,
26-
@IPreferencesService private readonly preferencesService: IPreferencesService,
26+
@IPreferencesService private readonly preferencesService: IPreferencesService
2727
) {
2828
super(id, label);
2929
}

0 commit comments

Comments
 (0)