Skip to content

Commit 4979514

Browse files
committed
Fix CI
Signed-off-by: JeffMboya <jangina.mboya@gmail.com> Update domains/service.go Co-authored-by: Arvindh <30824765+arvindh123@users.noreply.github.com> Fix CI Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
1 parent 101b295 commit 4979514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

domains/service.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import (
1717
)
1818

1919
var (
20-
errCreateDomainPolicy = errors.New("failed to create domain policy")
21-
errRollbackRepo = errors.New("failed to rollback repo")
20+
errCreateDomainPolicy = errors.New("failed to create domain policy")
21+
errRollbackRepo = errors.New("failed to rollback repo")
2222
errAtLeastOneMemberRetain = errors.New("at least one member must remain in built-in role")
2323
)
2424

0 commit comments

Comments
 (0)