fix formatting

This commit is contained in:
Edwin Cheng 2019-04-07 12:46:45 +08:00
parent 333feb3869
commit e92740c28b

View File

@ -160,7 +160,8 @@ impl ServerWorld {
if path.exists() {
LspError {
code: ErrorCode::InvalidRequest as i32,
message: "Rust file outside current workspace is not supported yet.".to_string(),
message: "Rust file outside current workspace is not supported yet."
.to_string(),
}
.into()
} else {