Skip to content

Commit 4b9eeee

Browse files
committed
style: Improve code style
1 parent fe85a30 commit 4b9eeee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: tests/util/init.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# shellcheck shell=bash
2-
# TODO: add to basalt.oml
2+
# TODO: add to basalt.toml
33
set -o pipefail
44

5-
eval "$(basalt-package-init)"; basalt.package-init
5+
eval "$(basalt-package-init)"
6+
basalt.package-init
67
basalt.package-load
78
basalt.load 'github.com/hyperupcall/bats-common-utils' 'load.bash'
89

0 commit comments

Comments
 (0)