Skip to content

Commit 07f90f6

Browse files
committed
mmaintegration: fix linter on NewAllocatorSync
1 parent 0995540 commit 07f90f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/kv/kvserver/mmaintegration/allocator_sync.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ type AllocatorSync struct {
7474
}
7575
}
7676

77-
func NewAllocatorSync(
78-
sp storePool, mmaAllocator mmaState, st *cluster.Settings,
79-
) *AllocatorSync {
77+
func NewAllocatorSync(sp storePool, mmaAllocator mmaState, st *cluster.Settings) *AllocatorSync {
8078
as := &AllocatorSync{
8179
sp: sp,
8280
st: st,

0 commit comments

Comments
 (0)