From 1c72f80ff5f8cd3580085f2ead6819f8cdae0b65 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 14 Aug 2021 09:47:04 +0000 Subject: [PATCH] fix whitespace --- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 2 -- doc/screencast.sh | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b92c70c..0086358 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,2 +1 @@ blank_issues_enabled: true - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 96f590e..93af6cd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,5 +6,3 @@ labels: feature-request assignees: '' --- - - diff --git a/doc/screencast.sh b/doc/screencast.sh index a4161b4..fe73b94 100644 --- a/doc/screencast.sh +++ b/doc/screencast.sh @@ -20,7 +20,7 @@ enter() { } prompt() { - printf '%b ' $PROMPT | pv -q + printf '%b ' "$PROMPT" | pv -q } type() {