Skip to content

Commit 8e0ff78

Browse files
committed
Mix format
1 parent a82be7d commit 8e0ff78

File tree

3 files changed

+41
-40
lines changed

3 files changed

+41
-40
lines changed

services/app/apps/codebattle/lib/codebattle/asserts/executor/remote.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ defmodule Codebattle.AssertsService.Executor.Remote do
3333
headers = [{"content-type", "application/json"}, {"x-auth-key", api_key()}]
3434
body = Jason.encode!(params)
3535

36-
case Req.post("#{runner_url()}/api/v1/generate", body: body, headers: headers,
36+
case Req.post("#{runner_url()}/api/v1/generate",
37+
body: body,
38+
headers: headers,
3739
timeout: 30_000,
3840
recv_timeout: 30_000
3941
) do

services/app/apps/codebattle/lib/codebattle/tasks_importer.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ defmodule Codebattle.TasksImporter do
4040
{:noreply, state}
4141
end
4242

43-
4443
def fetch_issues do
4544
File.rm_rf(@tmp_basedir)
4645
File.mkdir_p!(@tmp_basedir)

0 commit comments

Comments
 (0)