Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dcfb5d0

Browse files
committedFeb 24, 2025·
Add Indentation
1 parent 6f1be60 commit dcfb5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎custom-completions/scoop/scoop-completions.nu

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def scoopCommands [] {
130130
}
131131

132132
def scoopAliases [] {
133-
scoop alias list | str trim | lines | slice 2.. | split column " " | get column1
133+
scoop alias list | str trim | lines | slice 2.. | split column " " | get column1
134134
}
135135

136136
def batStyles [] {

0 commit comments

Comments
 (0)
Please sign in to comment.