Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Aug 9, 2021
1 parent 5070825 commit 7f214a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/table_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ defmodule PersistentEts.TableManager do
receive do
{:DOWN, ^ref, _, _, :normal} ->
:ok

{:DOWN, ^ref, _, _, reason} ->
exit(reason)
after
Expand Down

0 comments on commit 7f214a2

Please sign in to comment.