Skip to content

Commit 0ce71f6

Browse files
committed
make future diffs minimal
1 parent 870a01a commit 0ce71f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/src/core/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ impl<'a> Builder<'a> {
732732
check::Rls,
733733
check::Rustfmt,
734734
check::RustAnalyzer,
735-
check::Bootstrap
735+
check::Bootstrap,
736736
),
737737
Kind::Test => describe!(
738738
crate::core::build_steps::toolstate::ToolStateCheck,
@@ -866,7 +866,7 @@ impl<'a> Builder<'a> {
866866
install::Miri,
867867
install::LlvmTools,
868868
install::Src,
869-
install::Rustc
869+
install::Rustc,
870870
),
871871
Kind::Run => describe!(
872872
run::ExpandYamlAnchors,

0 commit comments

Comments
 (0)