Skip to content

Commit 7fd6eb8

Browse files
Swap lines.
1 parent ca6fea0 commit 7fd6eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsl/tutorial/5.dsl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ workspace "Name" "Description"
3636
element "Person" {
3737
shape person
3838
}
39+
element "Database" {
40+
shape cylinder
41+
}
3942
element "Boundary" {
4043
strokeWidth 5
4144
}
4245
relationship "Relationship" {
4346
thickness 4
4447
}
45-
element "Database" {
46-
shape cylinder
47-
}
4848
}
4949
}
5050

0 commit comments

Comments
 (0)