Skip to content

Commit

Permalink
trigger cla
Browse files Browse the repository at this point in the history
  • Loading branch information
abist committed Dec 12, 2019
1 parent e43f94b commit e1cdbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/connectionUI.ts
Expand Up @@ -529,7 +529,7 @@ export class ConnectionUI {
}

/**
* Save a connection profile using the connection store.
* Save a connection profile using the connection store
*/
private saveProfile(profile: IConnectionProfile): Promise<IConnectionProfile> {
return this._connectionStore.saveProfile(profile);
Expand Down

0 comments on commit e1cdbc1

Please sign in to comment.