Skip to content

Commit a93a537

Browse files
Format metaModel.ts (#1712)
Format metaModel.ts.
1 parent d85f305 commit a93a537

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/src/metaModel.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export type TupleType = {
8787
* Represents a literal structure
8888
* (e.g. `property: { start: uinteger; end: uinteger; }`).
8989
*/
90-
export type StructureLiteralType = {
90+
export type StructureLiteralType = {
9191
kind: 'literal';
9292
value: StructureLiteral;
9393
};
@@ -457,7 +457,7 @@ export type TypeAlias = {
457457
/**
458458
* An optional documentation.
459459
*/
460-
documentation?: string;
460+
documentation?: string;
461461

462462
/**
463463
* Since when (release number) this structure is
@@ -471,7 +471,7 @@ export type TypeAlias = {
471471
*/
472472
sinceTags?: string[];
473473

474-
/**
474+
/**
475475
* Whether this is a proposed type alias. If omitted,
476476
* the type alias is final.
477477
*/
@@ -501,7 +501,7 @@ export type EnumerationEntry = {
501501
/**
502502
* An optional documentation.
503503
*/
504-
documentation?: string;
504+
documentation?: string;
505505

506506
/**
507507
* Since when (release number) this enumeration entry is
@@ -515,7 +515,7 @@ export type EnumerationEntry = {
515515
*/
516516
sinceTags?: string[];
517517

518-
/**
518+
/**
519519
* Whether this is a proposed enumeration entry. If omitted,
520520
* the enumeration entry is final.
521521
*/
@@ -559,7 +559,7 @@ export type Enumeration = {
559559
/**
560560
* An optional documentation.
561561
*/
562-
documentation?: string;
562+
documentation?: string;
563563

564564
/**
565565
* Since when (release number) this enumeration is
@@ -573,7 +573,7 @@ export type Enumeration = {
573573
*/
574574
sinceTags?: string[];
575575

576-
/**
576+
/**
577577
* Whether this is a proposed enumeration. If omitted,
578578
* the enumeration is final.
579579
*/

0 commit comments

Comments
 (0)