style fixes from @xla

This commit is contained in:
Anton Kaliaev
2018-02-28 12:24:26 +04:00
parent c19bbb2403
commit 2ae87eee4e
3 changed files with 8 additions and 6 deletions

View File

@ -2,10 +2,11 @@
set +u
if [[ "$DEP" == "" ]]; then
DEP=$GOPATH/src/github.com/tendermint/tendermint/Gopkg.lock
DEP=$GOPATH/src/github.com/tendermint/tendermint/Gopkg.lock
fi
set -u
set -u
function getVendoredVersion() {

View File

@ -2,10 +2,11 @@
set +u
if [[ "$DEP" == "" ]]; then
DEP=$GOPATH/src/github.com/tendermint/tendermint/Gopkg.lock
DEP=$GOPATH/src/github.com/tendermint/tendermint/Gopkg.lock
fi
set -u
set -euo pipefail
LIB=$1