Skip to content

Commit

Permalink
Format the code
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
  • Loading branch information
azatsarynnyy committed Nov 6, 2018
1 parent 7b043f9 commit e00c084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-ext/src/api/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ export interface DocumentLinkProvider {
}

export interface CodeLensSymbol {
range: Range;
id?: string;
range: Range;
id?: string;
command?: Command;
}

Expand Down

0 comments on commit e00c084

Please sign in to comment.