Skip to content

Commit 2e9c8ae

Browse files
committed
Format
1 parent 4e22f07 commit 2e9c8ae

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
@@ -799,11 +799,11 @@ impl Configurator {
799799

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

0 commit comments

Comments
 (0)