Skip to content

Commit

Permalink
apply format
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Sep 14, 2023
1 parent 3383549 commit 0a476c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/kvs/bbolt/bbolt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/vdaas/vald/internal/sync/errgroup"
)

const mode = os.FileMode(0600)
const mode = os.FileMode(0o600)

func TestNew(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 0a476c2

Please sign in to comment.