We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5222901 commit 0f9d781Copy full SHA for 0f9d781
tools/dsctest/src/main.rs
@@ -76,7 +76,7 @@ fn main() {
76
}
77
};
78
in_desired_state.value_one = 1;
79
- in_desired_state.value_two= 2;
+ in_desired_state.value_two = 2;
80
serde_json::to_string(&in_desired_state).unwrap()
81
},
82
SubCommand::Schema { subcommand } => {
0 commit comments