Skip to content

Commit 48938f6

Browse files
committed
formatting
1 parent 4e90ebe commit 48938f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.11'
14+
python-version: "3.11"
1515
- name: Install Poetry
1616
uses: snok/install-poetry@v1
1717
with:

spec/validation_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
File.open(GBXML_XSD_PATH, 'wb') do |file|
5858
file << URI.open(imported_schema_locations[0]).read
5959
end
60-
60+
6161
# Verify the downloaded file is valid XML
6262
if File.size(GBXML_XSD_PATH) == 0
6363
raise "Downloaded file is empty"
6464
end
65-
65+
6666
# Test parse the downloaded XSD to ensure it's valid
6767
Nokogiri::XML(File.read(GBXML_XSD_PATH)) do |config|
6868
config.strict

0 commit comments

Comments
 (0)