Skip to content

Commit 5dd4b9a

Browse files
committed
run the formatter
1 parent f4c3b55 commit 5dd4b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scenic/cache/base.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ defmodule Scenic.Cache.Base do
11211121
GenServer.cast(pid, {module, type, target})
11221122
catch
11231123
kind, reason ->
1124-
formatted = Exception.format(kind, reason, __STACKTRACE__ )
1124+
formatted = Exception.format(kind, reason, __STACKTRACE__)
11251125
IO.puts("dispatch_notification/3 failed with #{formatted}")
11261126
end
11271127
end

0 commit comments

Comments
 (0)