Skip to content

Commit 5478030

Browse files
committed
Remove spaces
1 parent faa85e7 commit 5478030

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/errors.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ impl ErrorCode {
199199
ErrorCode::SearchError => "search_error",
200200
ErrorCode::UnsupportedMediaType => "unsupported_media_type",
201201
ErrorCode::DumpAlreadyInProgress => "dump_already_in_progress",
202-
ErrorCode::DumpProcessFailed => "dump_process_failed
203-
",
202+
ErrorCode::DumpProcessFailed => "dump_process_failed",
204203
// Other than this variant, all the other `&str`s are 'static
205204
ErrorCode::Unknown(inner) => &inner.0,
206205
}

0 commit comments

Comments
 (0)