Format code in limitedstore
This commit is contained in:
parent
6a3b51f491
commit
5be9dedae2
|
@ -15,9 +15,10 @@
|
||||||
package limitedstore
|
package limitedstore
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/tus/tusd"
|
|
||||||
"sort"
|
"sort"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
|
"github.com/tus/tusd"
|
||||||
)
|
)
|
||||||
|
|
||||||
type LimitedStore struct {
|
type LimitedStore struct {
|
||||||
|
|
Loading…
Reference in New Issue