Skip to content

Commit dd5b228

Browse files
committed
Fix lint.
1 parent 61dd1ac commit dd5b228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/migrate-nx/src/nx_migrator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ fn migrate_task(
613613
let mut outputs = vec![];
614614

615615
for output in raw_outputs {
616-
outputs.push(Output::parse(&replace_tokens(output, true))?);
616+
outputs.push(Output::parse(replace_tokens(output, true))?);
617617
}
618618

619619
if !outputs.is_empty() {

0 commit comments

Comments
 (0)