Skip to content

Commit 12bc9f1

Browse files
committed
Fix code indent
1 parent 123cc5f commit 12bc9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nu-hooks/nu-hooks/rusty-paths/rusty-paths.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $env.config = ($env.config | upsert hooks.env_change.PWD {
1919
| prepend ($env.PWD | path join 'target' 'debug')
2020
| prepend ($env.PWD | path join 'target' 'release')
2121
| uniq
22-
)
22+
)
2323
}
2424
}
2525
})

0 commit comments

Comments
 (0)