fix formatting

This commit is contained in:
Anthony Dresser
2020-04-22 21:19:03 -07:00
parent ce81a0a81c
commit a1930bdc59
2 changed files with 2 additions and 2 deletions

View File

@@ -953,7 +953,7 @@ export class SchemaCompareMainWindow {
});
}
private async constructEndpointInfo(endpoint: mssql.SchemaCompareEndpointInfo, caller: string): Promise<mssql.SchemaCompareEndpointInfo> {
private async constructEndpointInfo(endpoint: mssql.SchemaCompareEndpointInfo, caller: string): Promise<mssql.SchemaCompareEndpointInfo> {
let ownerUri;
let endpointInfo;
if (endpoint && endpoint.endpointType === mssql.SchemaCompareEndpointType.Database) {