Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
Signed-off-by: Devansh Singh <[email protected]>
  • Loading branch information
Devansh3712 committed Feb 22, 2024
1 parent 87ad389 commit 1d9ead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
CMD_SDIFFSTORE = "SDIFFSTORE"
CMD_SINTERSTORE = "SINTERSTORE"
// Sorted set commands
CMD_ZADD = "ZADD"
CMD_ZADD = "ZADD"
CMD_ZMEMBERS = "ZMEMBERS"
)

Expand Down

0 comments on commit 1d9ead2

Please sign in to comment.