Format code in limitedstore

This commit is contained in:
Marius 2016-10-13 16:46:03 +02:00
parent 6a3b51f491
commit 5be9dedae2
1 changed files with 2 additions and 1 deletions

View File

@ -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 {