Skip to content

Commit 6dd93d8

Browse files
committed
chore: Formatting
1 parent e709a1c commit 6dd93d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

basalt.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = '0.1.0'
55
authors = ['Edwin Kofler" <edwin@kofler.dev>']
66

77
[layout]
8-
binDirs = [ './pkg/bin' ]
8+
binDirs = ['./pkg/bin']
99

1010
[requirements]
11-
dependencies = [ 'ztombol/bats-support@v0.3.0', 'ztombol/bats-assert@v0.3.0']
11+
dependencies = ['ztombol/bats-support@v0.3.0', 'ztombol/bats-assert@v0.3.0']

load.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
basalt_load() {
44
for f in "$BASALT_PACKAGE_PATH"/pkg/lib/{,source/,util/}?*.sh; do
55
source "$f"
6-
done
6+
done; unset f
77
}

0 commit comments

Comments
 (0)