From c79a9ed36695341a1f3f87d4458f0f07d3b2eef3 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 14 Mar 2023 00:35:55 -0700 Subject: [PATCH] fmt --- d2ast/d2ast.go | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/d2ast/d2ast.go b/d2ast/d2ast.go index 9562cad13..6d1acd98c 100644 --- a/d2ast/d2ast.go +++ b/d2ast/d2ast.go @@ -3,23 +3,23 @@ // d2ast implements the d2 language's abstract syntax tree. // // Special characters to think about in parser: -// # -// """ -// ; -// [] -// {} -// | -// $ -// ' -// " -// \ -// : -// . -// -- -// <> -// * -// & -// () +// # +// """ +// ; +// [] +// {} +// | +// $ +// ' +// " +// \ +// : +// . +// -- +// <> +// * +// & +// () package d2ast import (