Skip to content

Commit 9bb61a4

Browse files
CharryWuLegNeato
authored andcommitted
chore(cudnn-sys): fix rust fmt
1 parent bb00cd5 commit 9bb61a4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

crates/cudnn-sys/build/cudnn_sdk.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,11 @@ impl CudnnSdk {
105105
];
106106

107107
#[cfg(not(target_os = "windows"))]
108-
let mut cudnn_paths: Vec<path::PathBuf> =
109-
CUDNN_DEFAULT_PATHS.iter().map(Path::new).map(path::PathBuf::from).collect();
108+
let mut cudnn_paths: Vec<path::PathBuf> = CUDNN_DEFAULT_PATHS
109+
.iter()
110+
.map(Path::new)
111+
.map(path::PathBuf::from)
112+
.collect();
110113

111114
#[cfg(target_os = "windows")]
112115
let mut cudnn_paths: Vec<path::PathBuf> = {

0 commit comments

Comments
 (0)