Skip to content

Commit f41ed52

Browse files
committed
fix :)
1 parent 8c69f92 commit f41ed52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/format-go-code.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ gofmt -s -w "$FILEPATH"
1010
if [[ "$FILEPATH" == *"tests/slo/"* ]]
1111
then
1212
gci write --skip-generated -s standard -s default -s "prefix(slo)" "$FILEPATH"
13-
elif [ "$FILEPATH" == *"examples/"* ]; then
13+
elif [[ "$FILEPATH" == *"examples/"* ]]
14+
then
1415
gci write --skip-generated -s standard -s default -s "prefix(examples)" "$FILEPATH"
1516
else
1617
gci write --skip-generated -s standard -s default -s "prefix(github.com/ydb-platform/ydb-go-sdk/v3)" "$FILEPATH"

0 commit comments

Comments
 (0)