model.ts: format with new prettier

Apply the formatting changes imposed by the updated prettier version.
This commit is contained in:
Giacomo Vercesi
2023-05-08 14:40:43 +02:00
committed by Alessandro Di Federico
parent 6b051ea1c2
commit fcc0d2176c
+1 -1
View File
@@ -17,7 +17,7 @@ const metaAddressTypes = [
"Code_aarch64",
"Code_systemz",
] as const;
type MetaAddressType = typeof metaAddressTypes[number];
type MetaAddressType = (typeof metaAddressTypes)[number];
const metaAddressRegex = new RegExp(
"^(?<Address>(0x[0-9a-fA-F]+)|)" +