Whitespace fix again.
This commit is contained in:
parent
15982fe369
commit
d0790c490a
14 changed files with 109 additions and 100 deletions
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue