Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Sep 28, 2024
1 parent 9e7bb55 commit b602eb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ func New(ctx context.Context, options option.CacheFileOptions) *CacheFile {

func (c *CacheFile) start() error {
const fileMode = 0o666
options := bbolt.Options{Timeout: time.Second
}
options := bbolt.Options{Timeout: time.Second}
var (
db *bbolt.DB
err error
Expand Down

0 comments on commit b602eb5

Please sign in to comment.