Skip to content

Commit

Permalink
Fix comment block footer (#24268)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-sanchez authored Sep 1, 2023
1 parent 5152823 commit 7ea6349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/mssql/src/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ export namespace GetServerContextualizationRequest {
export const type = new RequestType<ServerContextualizationParams, azdata.contextualization.GetServerContextualizationResult, void, void>('metadata/getServerContext');
}

// ------------------------------- < Database Server Contextualization API > ------------------------------------
// ------------------------------- < Server Contextualization API > ------------------------------------

// ------------------------------- < Object Management > ------------------------------------
export interface InitializeViewRequestParams {
Expand Down

0 comments on commit 7ea6349

Please sign in to comment.