From c104fab413e46fded7773626f3ae49cf0a5a28d8 Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.b.seidl@stud.h-da.de> Date: Wed, 20 Apr 2022 15:46:48 +0200 Subject: [PATCH] linter pleasing --- controller/rbac/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/rbac/user.go b/controller/rbac/user.go index ce3e71f12..3163b27fb 100644 --- a/controller/rbac/user.go +++ b/controller/rbac/user.go @@ -89,7 +89,7 @@ func (u *User) MarshalJSON() ([]byte, error) { }) } -// MarshallBSON implments the MarshalBSON interface to store a user as BSON +// MarshalBSON implments the MarshalBSON interface to store a user as BSON func (u *User) MarshalBSON() ([]byte, error) { return bson.Marshal(&struct { UserID string `bson:"_id,omitempty"` -- GitLab