Skip to content

Commit 2591ad6

Browse files
committed
Mix format
1 parent 047faab commit 2591ad6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/unity/interpreter.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ defmodule Unity.Interpreter do
315315
{:ok, result}
316316

317317
{:error, %Localize.UnitConversionError{reason: :not_convertible} = exception} ->
318-
{:error, Exception.message(exception) <> base_unit_diagnostic(exception.from, exception.to)}
318+
{:error,
319+
Exception.message(exception) <> base_unit_diagnostic(exception.from, exception.to)}
319320

320321
{:error, exception} when is_exception(exception) ->
321322
{:error, Exception.message(exception)}

0 commit comments

Comments
 (0)