Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdryankov committed Jan 26, 2023
1 parent f17dc4c commit 70734dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driven/storage/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ func (sa *Adapter) FindGroupByTitle(clientID string, title string) (*model.Group
// FindGroups finds groups
func (sa *Adapter) FindGroups(clientID string, userID *string, groupsFilter model.GroupsFilter) ([]model.Group, error) {
// TODO: Merge the filter logic in a common method (FindGroups, FindGroupsV3, FindUserGroups)

var err error
groupIDs := []string{}
var memberships model.MembershipCollection
Expand Down
2 changes: 1 addition & 1 deletion driven/storage/adapter_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
// FindGroupsV3 finds groups with filter
func (sa *Adapter) FindGroupsV3(clientID string, filter model.GroupsFilter) ([]model.Group, error) {
// TODO: Merge the filter logic in a common method (FindGroups, FindGroupsV3, FindUserGroups)

var groupIDs []string
var err error
var memberships model.MembershipCollection
Expand Down

0 comments on commit 70734dd

Please sign in to comment.