Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mccall committed Jan 7, 2021
1 parent 0f03736 commit d06d378
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config-file-watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ export function activate(context: ClangdContext) {

// Clangd extension capabilities.
interface ClangdClientCapabilities {
compilationDatabase?: {
automaticReload?: boolean;
},
compilationDatabase?: {automaticReload?: boolean;},
}

class ConfigFileWatcherFeature implements vscodelc.StaticFeature {
Expand Down

0 comments on commit d06d378

Please sign in to comment.