Improve code quality a little bit (#352)

Fixes #349
This commit is contained in:
Denis Isidoro 2020-04-25 15:30:05 -03:00 committed by GitHub
parent 818ebccdf0
commit 434fc4ac76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 261 additions and 237 deletions

View file

@ -17,6 +17,8 @@ cargo fmt || true
header "dot code beautify..."
find scripts -type f | xargs -I% dot code beautify % || true
dot code beautify "${NAVI_HOME}/alfred/alfred.bash" || true
dot code beautify "${NAVI_HOME}/alfred/alfred2.bash" || true
dot code beautify "${NAVI_HOME}/tests/core.bash" || true
dot code beautify "${NAVI_HOME}/tests/run" || true