Skip to content

Commit

Permalink
Fix syntaFix syntaxx
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 16, 2024
1 parent 81368be commit aac12a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userlist/collaborators.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package userlist

const windowSize = 100

import (
"context"
"fmt"
Expand All @@ -11,6 +9,8 @@ import (
"time"
)

const windowSize = 100

func (c *UserListConfig) loadCollaborators() error {
slog.Info("Loading collaborators", "enterprise", c.enterprise)
c.userList = UserList{
Expand Down

0 comments on commit aac12a4

Please sign in to comment.