Skip to content

Commit cdb0ba7

Browse files
committed
Format
1 parent 4f02f3c commit cdb0ba7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dsc_lib/src/configure/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -800,11 +800,11 @@ impl Configurator {
800800

801801
fn get_result_metadata(&self, operation: Operation) -> Metadata {
802802
let end_datetime = chrono::Local::now();
803-
let version = self
804-
.context
805-
.dsc_version
806-
.clone()
807-
.unwrap_or_else(|| env!("CARGO_PKG_VERSION").to_string());
803+
let version = self
804+
.context
805+
.dsc_version
806+
.clone()
807+
.unwrap_or_else(|| env!("CARGO_PKG_VERSION").to_string());
808808
Metadata {
809809
microsoft: Some(
810810
MicrosoftDscMetadata {

0 commit comments

Comments
 (0)