mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
model.ts: format with new prettier
Apply the formatting changes imposed by the updated prettier version.
This commit is contained in:
committed by
Alessandro Di Federico
parent
6b051ea1c2
commit
fcc0d2176c
+1
-1
@@ -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]+)|)" +
|
||||
|
||||
Reference in New Issue
Block a user