Skip to content

Commit 0a0a734

Browse files
Fix formatting after prettier upgrade
1 parent bcc993e commit 0a0a734

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

src/layer/LayersFactory.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ type GetCapabilitiesXml = {
4949
Title: string[];
5050
Abstract: string[];
5151
Style: any[]; // Depending on the service, it can be an array of strings or an array of objects
52-
}
52+
},
5353
];
54-
}
54+
},
5555
];
56-
}
56+
},
5757
];
5858
};
5959
};

src/layer/S1GRDEOCloudLayer.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ export class S1GRDEOCloudLayer extends AbstractSentinelHubV1OrV2Layer {
9292
return 'S1_EW_SH';
9393
}
9494
throw new Error(
95-
`This combination of acquisition mode and polarization (${this.acquisitionMode} / ${
96-
this.polarization
97-
}) is not available on EO Cloud`,
95+
`This combination of acquisition mode and polarization (${this.acquisitionMode} / ${this.polarization}) is not available on EO Cloud`,
9896
);
9997
}
10098

src/layer/processing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export type ProcessingPayload = {
4343
[key: string]: any;
4444
};
4545
type: string;
46-
}
46+
},
4747
];
4848
};
4949
output: {
@@ -55,7 +55,7 @@ export type ProcessingPayload = {
5555
format: {
5656
type: MimeType;
5757
};
58-
}
58+
},
5959
];
6060
};
6161
evalscript?: string;

0 commit comments

Comments
 (0)