Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RobQuincey-DC committed Aug 21, 2024
1 parent 64daaac commit 029b9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/wms/capabilities.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,7 @@ describe('WMS capabilities', () => {
'application/x-pdf',
'image/svg+xml',
],
infoFormats: [
"text/plain",
"application/vnd.ogc.gml",
],
infoFormats: ['text/plain', 'application/vnd.ogc.gml'],
keywords: [
'Géologie',
'BRGM',
Expand Down
5 changes: 1 addition & 4 deletions src/wms/endpoint.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,7 @@ describe('WmsEndpoint', () => {
'application/x-pdf',
'image/svg+xml',
],
infoFormats: [
"text/plain",
"application/vnd.ogc.gml",
],
infoFormats: ['text/plain', 'application/vnd.ogc.gml'],
keywords: [
'Géologie',
'BRGM',
Expand Down

0 comments on commit 029b9bb

Please sign in to comment.