Skip to content

Commit bbb3346

Browse files
committed
toil(front): linting
1 parent bda1500 commit bbb3346

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

front/lib/front/models/project.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,11 @@ defmodule Front.Models.Project do
238238
Project.Spec.Repository.new(
239239
integration_type: map_integration_type(integration_type),
240240
url: repo_url,
241-
run_on: [RunType.value(:TAGS), RunType.value(:BRANCHES), RunType.value(:DRAFT_PULL_REQUESTS)],
241+
run_on: [
242+
RunType.value(:TAGS),
243+
RunType.value(:BRANCHES),
244+
RunType.value(:DRAFT_PULL_REQUESTS)
245+
],
242246
run_present: {:run, true}
243247
)
244248
)

0 commit comments

Comments
 (0)