Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Oct 25, 2023
1 parent ce41487 commit 9135e8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/util/buckets/buckets.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
package buckets

// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.

import (
"reflect"
"sync"
"time"

"github.com/sirupsen/logrus"

"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/util/bucket"
"github.com/sirupsen/logrus"
)

type WorkerFunc func(<-chan struct{}, time.Duration, string)
Expand Down Expand Up @@ -46,7 +50,6 @@ func NewBucketWorker(log *logrus.Entry, worker WorkerFunc, mu *sync.RWMutex) *mo

mu: mu,
}

}

// LoadBuckets is called with the bucket allocation from the controller
Expand Down
3 changes: 3 additions & 0 deletions test/database/maintenancemanifests.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package database

// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.

import (
"context"
"fmt"
Expand Down

0 comments on commit 9135e8d

Please sign in to comment.