Skip to content

Commit 49acf05

Browse files
committed
install-check-clang-version.sh: Appease shfmt
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 65cc69f commit 49acf05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distro-clang/install-check-clang-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ elif is_installed zypper; then
2929
zypper -n in clang
3030
fi
3131

32-
echo "$1: $(clang --version | head -n1)" >> "$results"
32+
echo "$1: $(clang --version | head -n1)" >>"$results"

0 commit comments

Comments
 (0)