Skip to content

Commit

Permalink
feat(map): indentation fix
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan.casey <[email protected]>
  • Loading branch information
jonathan-casey committed Sep 5, 2023
1 parent 3276c45 commit 815ae1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The extention adds code snippets for the following elements of the Concerto lang
| Transaction | transaction |
| Concept | concept |
| Enum | enum |
| Map | map |
| Map | map |
| Scalar | scalar |
| Event | event |
| Namespace | namespace |
Expand Down
6 changes: 3 additions & 3 deletions test-data/hr/hr.cto
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ enum State {
}

map Rolodex {
o String
o String
o String
o String
}

concept Address {
Expand All @@ -25,7 +25,7 @@ concept Address {
concept Company {
o String name
o Address headquarters
o Rolodex rolodex
o Rolodex rolodex
}

enum Department {
Expand Down

0 comments on commit 815ae1d

Please sign in to comment.