From 0fa1e81600f30df4de8a6f93be692c2a95085b1f Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Tue, 12 Jan 2021 02:38:25 -0700 Subject: [PATCH] oi, fmt --- hord_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hord_test.go b/hord_test.go index af77fc8..7f6c07f 100644 --- a/hord_test.go +++ b/hord_test.go @@ -1,11 +1,11 @@ package hord import ( + "fmt" "github.com/madflojo/hord/drivers/cassandra" "github.com/madflojo/hord/drivers/redis" "testing" "time" - "fmt" ) func TestCassandraDriver(t *testing.T) {