Skip to content

Commit aac12a4

Browse files
committed
Fix syntaFix syntaxx
1 parent 81368be commit aac12a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

userlist/collaborators.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package userlist
22

3-
const windowSize = 100
4-
53
import (
64
"context"
75
"fmt"
@@ -11,6 +9,8 @@ import (
119
"time"
1210
)
1311

12+
const windowSize = 100
13+
1414
func (c *UserListConfig) loadCollaborators() error {
1515
slog.Info("Loading collaborators", "enterprise", c.enterprise)
1616
c.userList = UserList{

0 commit comments

Comments
 (0)