Skip to content

Commit

Permalink
Fix compilation error (oopsie doopsie)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Dec 8, 2023
1 parent 456282c commit 2772c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redix/pubsub/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule Redix.PubSub.Connection do
@backoff_exponent 1.5

@impl true
def callback_mode do: :state_functions
def callback_mode, do: :state_functions

@impl true
def init(opts) do
Expand Down

0 comments on commit 2772c45

Please sign in to comment.