From 5be9dedae26e36bb10910911a0a2e727304748eb Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 13 Oct 2016 16:46:03 +0200 Subject: [PATCH] Format code in limitedstore --- limitedstore/limitedstore.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/limitedstore/limitedstore.go b/limitedstore/limitedstore.go index 5a2e97d..15c47a0 100644 --- a/limitedstore/limitedstore.go +++ b/limitedstore/limitedstore.go @@ -15,9 +15,10 @@ package limitedstore import ( - "github.com/tus/tusd" "sort" "sync" + + "github.com/tus/tusd" ) type LimitedStore struct {