Skip to content

Commit

Permalink
Force failure (will be reverted)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 28, 2024
1 parent a3c5ba4 commit c85b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arizona_example_live_counter.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

-spec mount(Socket) -> Mounted
when Socket :: arizona_socket:t(),
Mounted :: {ok, arizona_socket:t()}.
Mounted :: {error, arizona_socket:t()}.
mount(Socket) ->
Count = arizona_socket:get_assign(count, Socket, 0),
{ok, arizona_socket:put_assign(count, Count, Socket)}.
Expand Down

0 comments on commit c85b4fd

Please sign in to comment.