Skip to content

Commit 61ea852

Browse files
committed
fix: pre-commit
1 parent 1ca3962 commit 61ea852

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

test/workflows/resource_requirements/bad_cores/clt_bad_cores.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ requirements:
1010
inputs: []
1111
outputs: []
1212

13-
baseCommand: ["echo", "Hello World"]
13+
baseCommand: ["echo", "Hello World"]

test/workflows/resource_requirements/bad_cores/step_bad_cores.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ steps:
1818
inputs: []
1919
outputs: []
2020
out: []
21-
in: []
21+
in: []

test/workflows/resource_requirements/bad_cores/step_run_bad_cores.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ steps:
1818
coresMin: 4 # > 2
1919
coresMax: 2
2020
out: []
21-
in: []
21+
in: []

test/workflows/resource_requirements/bad_cores/wf_bad_cores.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ steps:
1818
inputs: []
1919
outputs: []
2020
out: []
21-
in: []
21+
in: []

test/workflows/resource_requirements/bad_ram/clt_bad_ram.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ requirements:
1010
inputs: []
1111
outputs: []
1212

13-
baseCommand: ["echo", "Hello World"]
13+
baseCommand: ["echo", "Hello World"]

test/workflows/resource_requirements/bad_ram/step_bad_ram.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ steps:
1818
inputs: []
1919
outputs: []
2020
out: []
21-
in: []
21+
in: []

test/workflows/resource_requirements/bad_ram/step_run_bad_ram.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ steps:
1818
ramMin: 2048 # > 1024
1919
ramMax: 1024
2020
out: []
21-
in: []
21+
in: []

test/workflows/resource_requirements/bad_ram/wf_bad_ram.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ steps:
1818
inputs: []
1919
outputs: []
2020
out: []
21-
in: []
21+
in: []

test/workflows/resource_requirements/resource_conflicts/cores_conflict_wf_step.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ steps:
2020
inputs: []
2121
outputs: []
2222
in: []
23-
out: []
23+
out: []

test/workflows/resource_requirements/resource_conflicts/cores_conflict_wf_step_run.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ steps:
2020
ResourceRequirement:
2121
coresMin: 4 # > 2
2222
in: []
23-
out: []
23+
out: []

0 commit comments

Comments
 (0)