Skip to content

Commit 3d03f27

Browse files
committed
Review fixes: Add trailing lines
1 parent ce3802c commit 3d03f27

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci_generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
- name: Checkout code
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5151
- name: Run generator tests
52-
run: ./bin/test-generator.sh
52+
run: ./bin/test-generator.sh

generator/Tests/GeneratorTests/ExerciseConfigTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ func `Testing exercise config loads from fixture file`() throws {
104104
#expect(config.files.test.count == 1)
105105
#expect(expectedTestFilePath == config.files.test.first)
106106
}
107-
}
107+
}

generator/Tests/GeneratorTests/Resources/CanonicalData/valid_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
]
5757
}
5858
]
59-
}
59+
}

generator/Tests/GeneratorTests/Resources/CanonicalData/valid_config_empty.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"exercise": "example",
33
"comments": [ "Some comment section" ],
44
"cases": []
5-
}
5+
}

generator/Tests/GeneratorTests/Resources/CanonicalData/valid_config_whitelisted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
]
3636
}
3737
]
38-
}
38+
}

generator/Tests/GeneratorTests/Resources/CanonicalData/valid_nested.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
]
2929
}
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)