Skip to content

Commit a394c04

Browse files
committed
Fix formatting
1 parent ad4276a commit a394c04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/ra_lsp_server/src/main_loop/handlers.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ use std::{fmt::Write as _, io::Write as _};
22

33
use gen_lsp_server::ErrorCode;
44
use lsp_types::{
5-
CodeAction, CodeActionOrCommand, CodeActionResponse, CodeLens, Command, Diagnostic, DiagnosticSeverity,
6-
DocumentFormattingParams, DocumentHighlight, DocumentSymbol, FoldingRange, FoldingRangeKind,
7-
FoldingRangeParams, Hover, HoverContents, Location, MarkupContent, MarkupKind, Position,
8-
PrepareRenameResponse, Range, RenameParams, SymbolInformation, TextDocumentIdentifier,
9-
TextEdit, WorkspaceEdit,
5+
CodeAction, CodeActionOrCommand, CodeActionResponse, CodeLens, Command, Diagnostic,
6+
DiagnosticSeverity, DocumentFormattingParams, DocumentHighlight, DocumentSymbol, FoldingRange,
7+
FoldingRangeKind, FoldingRangeParams, Hover, HoverContents, Location, MarkupContent,
8+
MarkupKind, Position, PrepareRenameResponse, Range, RenameParams, SymbolInformation,
9+
TextDocumentIdentifier, TextEdit, WorkspaceEdit,
1010
};
1111
use ra_ide_api::{
1212
AssistId, Cancelable, FileId, FilePosition, FileRange, FoldKind, Query, RangeInfo,

0 commit comments

Comments
 (0)