Skip to content

Commit

Permalink
gofmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AvitalFineRedis committed Jul 19, 2021
1 parent 2eb060b commit 1b4ebc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redisearch/redisearch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,9 @@ func TestReturnFields(t *testing.T) {
// IndexDefinition is available for RediSearch 2.0+
return
}

c := createClient("TestReturnFields")

// Create a schema
sc := NewSchema(DefaultOptions).
AddField(NewTextField("body")).
Expand Down

0 comments on commit 1b4ebc0

Please sign in to comment.