Skip to content

Commit c6c5911

Browse files
committed
run formatter
1 parent 8484656 commit c6c5911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scenic/scene.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ defmodule Scenic.Scene do
637637
head_msg = "#{inspect(scene_module)} crashed during init"
638638
err_msg = inspect(err)
639639
args_msg = "args: #{inspect(args)}"
640-
stack_msg = Exception.format_stacktrace( __STACKTRACE__ )
640+
stack_msg = Exception.format_stacktrace(__STACKTRACE__)
641641

642642
# assemble into a final message to output to the command line
643643
unless Mix.env() == :test do

0 commit comments

Comments
 (0)