Skip to content

Commit ddc3f4a

Browse files
committed
fix whitespace
1 parent 618d5ed commit ddc3f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/dsctest/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fn main() {
7676
}
7777
};
7878
in_desired_state.value_one = 1;
79-
in_desired_state.value_two= 2;
79+
in_desired_state.value_two = 2;
8080
serde_json::to_string(&in_desired_state).unwrap()
8181
},
8282
SubCommand::Schema { subcommand } => {

0 commit comments

Comments
 (0)