Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
oi, fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jan 12, 2021
1 parent 1107739 commit 0fa1e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hord_test.go
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 0fa1e81

Please sign in to comment.