From 611d79c495b44a20ac7a546a5842b31ea1c8b516 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 30 Jul 2023 19:50:39 -0700 Subject: [PATCH] fmt --- static/d2/globs-nested.d2 | 2 +- static/d2/globs-scope.d2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/d2/globs-nested.d2 b/static/d2/globs-nested.d2 index 7ad04fa..facb38f 100644 --- a/static/d2/globs-nested.d2 +++ b/static/d2/globs-nested.d2 @@ -13,5 +13,5 @@ conversation 2: { **: { &shape: sequence_diagram - **: { shape: person } + **: {shape: person} } diff --git a/static/d2/globs-scope.d2 b/static/d2/globs-scope.d2 index 36bfff3..3c7048c 100644 --- a/static/d2/globs-scope.d2 +++ b/static/d2/globs-scope.d2 @@ -6,9 +6,9 @@ foods: { *.shape: circle } humans: { - john - james - *.shape: person + john + james + *.shape: person } humans.* -> pizzas.pineapple: eats }