group imports
diff --git a/chunk/server_test.go b/chunk/server_test.go
index 1a808d3..f57a925 100644
--- a/chunk/server_test.go
+++ b/chunk/server_test.go
@@ -1,10 +1,12 @@
 package chunk
 
-import "context"
-import "bytes"
-import "testing"
+import (
+	"bytes"
+	"context"
+	"testing"
 
-import "pcloud/api"
+	"pcloud/api"
+)
 
 func TestStoreChunk(t *testing.T) {
 	s := ChunkServer{factory: &InMemoryChunkFactory{}}