Skip to content

Commit

Permalink
make NewDefaultAllocator() to return DefaultAllocator
Browse files Browse the repository at this point in the history
  • Loading branch information
wattmto committed May 12, 2023
1 parent 23eabde commit f92deef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/allocator.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func NewPackedAllocator() *PackedAllocator {
}

// NewDefaultAllocator create instance of Allocator
func NewDefaultAllocator() types.Allocator {
func NewDefaultAllocator() *DefaultAllocator {
return &DefaultAllocator{}
}

Expand Down

0 comments on commit f92deef

Please sign in to comment.