Skip to content

Commit

Permalink
Correct formatting for example for using an existing connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Clifton McIntosh committed Feb 5, 2024
1 parent 733cc68 commit 0480a27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ defmodule PossumLodge do
def get_oauth do
@redis_mutex.with_lock(
"my_key",
fn ->
"Quando omni flunkus moritati"
end,
@redis_connection_opts
fn -> "Quando omni flunkus moritati" end,
@redis_connection_opts
)
end
end
Expand Down

0 comments on commit 0480a27

Please sign in to comment.