Skip to content

Commit 26c11a7

Browse files
committed
makeing pre-commit happy
1 parent 3ea363a commit 26c11a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/env_vars.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ fn static_envs(
315315
dag_python_path.push_str(dags_folder);
316316
// Can't append ":" if it's last entry
317317
if i != (dags_folders.len() - 1) {
318-
dag_python_path.push_str(":");
318+
dag_python_path.push(':');
319319
}
320320
}
321321

0 commit comments

Comments
 (0)