Skip to content

Commit a0764a9

Browse files
committed
ref: cargo fmt
1 parent c412b8c commit a0764a9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

crates/base/src/config.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@ impl AdapterConfig {
7878
"AQUILA_URL",
7979
String::from("grpc://localhost:50051"),
8080
);
81-
let aquila_token = code0_flow::flow_config::env_with_default(
82-
"AQUILA_TOKEN",
83-
String::from("token"),
84-
);
81+
let aquila_token =
82+
code0_flow::flow_config::env_with_default("AQUILA_TOKEN", String::from("token"));
8583

8684
let environment =
8785
code0_flow::flow_config::env_with_default("ENVIRONMENT", Environment::Development);

0 commit comments

Comments
 (0)