Namdak Tonpa 6 years ago
parent
commit
c0fc30d79d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/provide/mad_run.erl

+ 2 - 2
src/provide/mad_run.erl

@@ -30,6 +30,6 @@ dia(Params) ->
                    "-Wunderspecs","-Wrace_conditions","-Wno_undefined_callbacks"],binary,".",[{"ERL_LIBS","deps"}]),
                    "-Wunderspecs","-Wrace_conditions","-Wno_undefined_callbacks"],binary,".",[{"ERL_LIBS","deps"}]),
     case S1 of
     case S1 of
          0 -> case S2 of
          0 -> case S2 of
-              0 -> {ok,App};
-              _ -> io:format("~s",[X2]), {error,App} end;
+         0 -> {ok,App};
+         _ -> io:format("~s",[X2]), {error,App} end;
          _ -> io:format("~s",[X1]), {error,App} end.
          _ -> io:format("~s",[X1]), {error,App} end.