From b6dff1782d0fbc815ac847ebf543b647b1d4e2a3 Mon Sep 17 00:00:00 2001 From: Nathan Fritzler Date: Fri, 24 Jun 2022 16:24:42 -0600 Subject: [PATCH] Luacheck is better for this need --- tools/strip_trailing_whitespace.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 tools/strip_trailing_whitespace.sh diff --git a/tools/strip_trailing_whitespace.sh b/tools/strip_trailing_whitespace.sh deleted file mode 100755 index 57e51d311..000000000 --- a/tools/strip_trailing_whitespace.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")