Skip to content

Commit

Permalink
style: Improve code style
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Oct 16, 2021
1 parent fe85a30 commit 4b9eeee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/util/init.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# shellcheck shell=bash
# TODO: add to basalt.oml
# TODO: add to basalt.toml
set -o pipefail

eval "$(basalt-package-init)"; basalt.package-init
eval "$(basalt-package-init)"
basalt.package-init
basalt.package-load
basalt.load 'github.com/hyperupcall/bats-common-utils' 'load.bash'

Expand Down

0 comments on commit 4b9eeee

Please sign in to comment.