mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
fix whitespace
This commit is contained in:
parent
5b4869a940
commit
1c72f80ff5
3 changed files with 1 additions and 4 deletions
1
.github/ISSUE_TEMPLATE/config.yml
vendored
1
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,2 +1 @@
|
|||
blank_issues_enabled: true
|
||||
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -6,5 +6,3 @@ labels: feature-request
|
|||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
|
2
doc/screencast.sh
vendored
2
doc/screencast.sh
vendored
|
@ -20,7 +20,7 @@ enter() {
|
|||
}
|
||||
|
||||
prompt() {
|
||||
printf '%b ' $PROMPT | pv -q
|
||||
printf '%b ' "$PROMPT" | pv -q
|
||||
}
|
||||
|
||||
type() {
|
||||
|
|
Loading…
Reference in a new issue