mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
scripts: Check the Rust formatting is valid
Check the rust formatting rather than just reformatting code on the CI agent. Also fix a formatting error that slipped in whilst the cargo fmt check was not working correctly. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
705f27151d
commit
6e6b2b84fe
@@ -57,7 +57,8 @@ impl log::Log for Logger {
|
||||
record.target(),
|
||||
record.args()
|
||||
)
|
||||
}.ok();
|
||||
}
|
||||
.ok();
|
||||
}
|
||||
fn flush(&self) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user