Skip to content

Commit

Permalink
Improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Apr 22, 2022
1 parent 1e34b8b commit aa728ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/format
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ esac

pushd "${ROOT_DIR}" > /dev/null 2>&1
# shellcheck disable=SC2046
goimports "${goimports_flag}" $(find "${ROOT_DIR}" -name '*.go' -and \( -not -path "${ROOT_DIR}/vendor/*" \))
goimports "${goimports_flag}" \
$(find "${ROOT_DIR}" -name '*.go' -and \( -not -path "${ROOT_DIR}/vendor/*" \))
popd > /dev/null 2>&1

0 comments on commit aa728ad

Please sign in to comment.