Skip to content

Commit 9af3a2b

Browse files
committed
docker: Apply clippy suggestion.
1 parent d6d7855 commit 9af3a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/docker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl From<&BridgeBackendConfig> for DockerConfig {
5353
cmd: vec![],
5454
log_path: v.data_dir.join("stdout"),
5555
volume: VolumeConfig {
56-
name: format!("bridge-backend"),
56+
name: "bridge-backend".to_string(),
5757
target: "/home/bridge_backend/.bridge_backend".to_string(),
5858
},
5959
}

0 commit comments

Comments
 (0)