Skip to content

Commit 0381e51

Browse files
committed
Formatting
1 parent 3b949eb commit 0381e51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compiler/rustc_errors/src/diagnostic.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,10 @@ impl Diagnostic {
940940
self
941941
}
942942

943-
pub fn replace_args(&mut self, args: FxHashMap<DiagnosticArgName<'static>, DiagnosticArgValue<'static>>) {
943+
pub fn replace_args(
944+
&mut self,
945+
args: FxHashMap<DiagnosticArgName<'static>, DiagnosticArgValue<'static>>,
946+
) {
944947
self.args = args;
945948
}
946949

0 commit comments

Comments
 (0)