Skip to content

Commit

Permalink
fix(cto): make defaultValue optional for BooleanScalars (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Roberts <[email protected]>
  • Loading branch information
mttrbrts authored Aug 11, 2023
1 parent ef7c38a commit 09774c5
Show file tree
Hide file tree
Showing 6 changed files with 1,382 additions and 1,369 deletions.
2 changes: 1 addition & 1 deletion lib/metamodel.cto
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ abstract concept ScalarDeclaration extends Declaration {
}

concept BooleanScalar extends ScalarDeclaration {
o Boolean defaultValue
o Boolean defaultValue optional
}

concept IntegerScalar extends ScalarDeclaration {
Expand Down
2 changes: 1 addition & 1 deletion lib/metamodel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09774c5

Please sign in to comment.