Skip to content

Commit

Permalink
Fixes #23940: rudderc code is not properly formatted due to a failed …
Browse files Browse the repository at this point in the history
…resolution of merge
  • Loading branch information
Félix Dallidet committed Dec 19, 2023
1 parent 1d879de commit e201947
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion policies/rudderc/src/backends/unix/ncf/method_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ use rudder_commons::{canonify, methods::method::Agent};

use crate::{
backends::unix::{
cfengine::{bundle::Bundle, cfengine_canonify_condition, cfengine_escape, expanded, promise::Promise, quoted},
cfengine::{
bundle::Bundle, cfengine_canonify_condition, cfengine_escape, expanded,
promise::Promise, quoted,
},
ncf::dry_run_mode,
},
ir::{
Expand Down

0 comments on commit e201947

Please sign in to comment.