Skip to content

Commit e92740c

Browse files
committed
fix formatting
1 parent 333feb3 commit e92740c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/ra_lsp_server/src/server_world.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ impl ServerWorld {
160160
if path.exists() {
161161
LspError {
162162
code: ErrorCode::InvalidRequest as i32,
163-
message: "Rust file outside current workspace is not supported yet.".to_string(),
163+
message: "Rust file outside current workspace is not supported yet."
164+
.to_string(),
164165
}
165166
.into()
166167
} else {

0 commit comments

Comments
 (0)