Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ohuopio committed Mar 28, 2024
1 parent 6b1722d commit 16b9830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shapes_demo/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn main() {
.cloned()
.unwrap_or("BLUE".to_owned());
// Change some logging to make automatic tests work
let is_auto_test = std::env::var("auto_test").is_ok();
let is_auto_test = std::env::var("auto_test").is_ok();

// Build the DomainParticipant
let dp_builder = DomainParticipantBuilder::new(*domain_id);
Expand Down

0 comments on commit 16b9830

Please sign in to comment.