Skip to content

Commit

Permalink
fix: revert whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulPancake committed May 18, 2024
1 parent acf06d2 commit 2a49834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rueidiscompat/adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,6 @@ func testAdapter(resp3 bool) {
pos, err = adapter.BitPos(ctx, "mykey", 0, 0, 0).Result()
Expect(err).NotTo(HaveOccurred())
Expect(pos).To(Equal(int64(-1)))

})

if resp3 {
Expand Down

0 comments on commit 2a49834

Please sign in to comment.