Skip to content

Commit

Permalink
format: remove trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Loudet <[email protected]>
  • Loading branch information
J-Loudet committed Oct 15, 2023
1 parent 597257c commit be61c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-flow-descriptors/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn test_flatten_descriptor() {
inputs: vec!["sub-sub-operator-1-in".into()],
outputs: vec!["sub-sub-operator-1-out".into()],
uri: Some("file://sub-sub-operator-1.so".into()),
configuration:
configuration:
json!({ "foo": "global-outer", "quux": "global-inner", "bar": "composite-outer", "buzz": "composite-inner", "baz": "leaf" }).into(),
runtime: Some("runtime-composite".into()),
},
Expand Down

0 comments on commit be61c57

Please sign in to comment.