Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Jul 31, 2023
1 parent 48f5712 commit 611d79c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/d2/globs-nested.d2
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ conversation 2: {

**: {
&shape: sequence_diagram
**: { shape: person }
**: {shape: person}
}
6 changes: 3 additions & 3 deletions static/d2/globs-scope.d2
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ foods: {
*.shape: circle
}
humans: {
john
james
*.shape: person
john
james
*.shape: person
}
humans.* -> pizzas.pineapple: eats
}

0 comments on commit 611d79c

Please sign in to comment.