diff options
| author | Vitaly _Vi Shukela <vi0oss@gmail.com> | 2018-09-17 20:13:08 +0300 |
|---|---|---|
| committer | Vitaly _Vi Shukela <vi0oss@gmail.com> | 2018-09-17 20:26:05 +0300 |
| commit | d0790c490a2233d04375072123e70ed158eb3848 (patch) | |
| tree | a02ac12a5038ff424213e53e53468da50b72094e /src/librustc_errors | |
| parent | 15982fe369e87d43332556f87f66f7c0e5841830 (diff) | |
| download | rust-d0790c490a2233d04375072123e70ed158eb3848.tar.gz rust-d0790c490a2233d04375072123e70ed158eb3848.zip | |
Whitespace fix again.
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/diagnostic.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustc_errors/diagnostic.rs b/src/librustc_errors/diagnostic.rs index f7e5e25c837..2799f2cc81f 100644 --- a/src/librustc_errors/diagnostic.rs +++ b/src/librustc_errors/diagnostic.rs @@ -307,9 +307,9 @@ impl Diagnostic { suggestion: Vec<(Span, String)>, ) -> &mut Self { self.multipart_suggestion_with_applicability( - msg, - suggestion, - Applicability::Unspecified, + msg, + suggestion, + Applicability::Unspecified, ) } |
