Skip to content

Commit 2ca2369

Browse files
chore: adding missing comments (#4090)
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent ee4d621 commit 2ca2369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/core/internalerror/empty_bucketing_key.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package internalerror
22

33
import "fmt"
44

5+
// EmptyBucketingKeyError is the error returned when the bucketing key is empty.
56
type EmptyBucketingKeyError struct {
67
Message string
78
}

0 commit comments

Comments
 (0)