Skip to content

Commit

Permalink
style: Also format yaml files with Prettier (#1178)
Browse files Browse the repository at this point in the history
Co-authored-by: Edouard Choinière <echoix@users.noreply.github.com>
  • Loading branch information
echoix and echoix authored Aug 18, 2024
1 parent abc64b8 commit d3bf681
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion src/raster/r.estimap.recreation/tests/test_demand.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- mapset: demand
flags: []
inputs:
Expand Down
1 change: 0 additions & 1 deletion src/raster/r.estimap.recreation/tests/test_flow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- mapset: flow
flags: []
inputs:
Expand Down
1 change: 0 additions & 1 deletion src/raster/r.estimap.recreation/tests/test_potential.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- mapset: potential_land
flags: []
inputs:
Expand Down
1 change: 0 additions & 1 deletion src/raster/r.estimap.recreation/tests/test_spectrum.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- mapset: spectrum_land_natural_water_infrastructure
flags: []
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- mapset: supply_and_use
flags: []
inputs:
Expand Down
1 change: 0 additions & 1 deletion src/raster/r.estimap.recreation/tests/test_vector.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- mapset: vector_supply_and_use
flags: []
inputs:
Expand Down
3 changes: 1 addition & 2 deletions src/raster/r.estimap.recreation/tests/test_zcomplete.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- mapset: complete_example
flags: []
inputs:
Expand All @@ -26,7 +25,7 @@
population:
- input_population_2015
timestamp:
- '2015'
- "2015"
outputs:
csvs:
supply:
Expand Down

0 comments on commit d3bf681

Please sign in to comment.