diff --git a/src/FsAutoComplete/LspHelpers.fsi b/src/FsAutoComplete/LspHelpers.fsi index 8f2da861f..857c93fb7 100644 --- a/src/FsAutoComplete/LspHelpers.fsi +++ b/src/FsAutoComplete/LspHelpers.fsi @@ -86,8 +86,7 @@ module Conversions = WorkspaceSymbol array - val inline applyQuery : - query: string -> info: #IBaseSymbolInformation -> bool + val inline applyQuery: query: string -> info: #IBaseSymbolInformation -> bool val getCodeLensInformation: uri: DocumentUri -> typ: string -> topLevel: NavigationTopLevelDeclaration -> CodeLens array