Skip to content

Commit be787c6

Browse files
Auto-format: cargo fmt --all
1 parent 18ec471 commit be787c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/common/src/format.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,10 @@ impl FormatSpec {
632632
} else {
633633
("", formatted_re.as_str())
634634
};
635-
format!("{sign}{}", Self::apply_locale_formatting(mag.to_string(), locale))
635+
format!(
636+
"{sign}{}",
637+
Self::apply_locale_formatting(mag.to_string(), locale)
638+
)
636639
};
637640

638641
// formatted_im is like "+1234j" or "-1234j" or "1234j"

0 commit comments

Comments
 (0)