diff options
author | ubq323 <ubq323@ubq323.website> | 2023-06-19 05:36:12 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-06-19 05:36:12 +0100 |
commit | abc57f1c5a4fcf90acc650989f3dbf52b7609e9a (patch) | |
tree | bebee9469fae4aaf26216478ab66b7c332cde1d3 /check.sh | |
parent | 16f350963e8b696690534cab2fd3b6eb681731c1 (diff) |
fix trailing whitespace
Diffstat (limited to 'check.sh')
-rwxr-xr-x | check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh luacheck . \ - --std=love+luajit --no-unused --ignore 611 \ + --std=love+luajit --no-unused \ --max-line-length 70 \ -q --codes \ --exclude-files '**/dkjson.lua' --exclude-files '*/common/*' |