removal of unnecessary spaces. (#10275)

This commit is contained in:
Alex Ma
2020-05-05 14:58:13 -07:00
committed by GitHub
parent 0fd3b25ccd
commit 9a7810cbee
2 changed files with 0 additions and 3 deletions

View File

@@ -355,7 +355,6 @@ export class ConnectionDialogService implements IConnectionDialogService {
}
private updateModelServerCapabilities(model: IConnectionProfile) {
if (this._model) {
this._model.dispose();
}