Skip to content

Commit

Permalink
Be consistent with function declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
shaladdle committed Feb 18, 2016
1 parent 6d23174 commit d0e9693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PREPUSH_RESULT=0
# 1 - cargo command to run (build/test)
# 2 - directory name of crate to build
# 3 - rust toolchain (nightly/stable/beta)
function run_cargo() {
run_cargo() {
if [ "$1" == "build" ]; then
VERB=Building
else
Expand Down

0 comments on commit d0e9693

Please sign in to comment.