Skip to content

Commit

Permalink
test: Intentional style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BasedDepartment1 committed Nov 5, 2023
1 parent 4e0afe1 commit 540379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/storage/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type AccessType string

var (
ErrExists = xerrors.New("already exists")
ErrNotFound = xerrors.New("not found")
ErrNotFound = xerrors.New("not found")
ErrValidation = xerrors.New("validation error")
)

Expand Down

0 comments on commit 540379a

Please sign in to comment.