Added a bit of space: let's make the code breathe

This commit is contained in:
Alexander Cerutti
2023-04-03 21:18:49 +02:00
parent 9d6dd8c984
commit 07eb6f5cce

View File

@@ -564,6 +564,7 @@ export default class PKPass extends Bundle {
this.secondaryFields.push(...secondaryFields); this.secondaryFields.push(...secondaryFields);
this.auxiliaryFields.push(...auxiliaryFields); this.auxiliaryFields.push(...auxiliaryFields);
this.backFields.push(...backFields); this.backFields.push(...backFields);
if (this.type === "boardingPass") { if (this.type === "boardingPass") {
this.transitType = transitType; this.transitType = transitType;
} }