From 7e4deb1618fe50531c7c6576c319c56c57c7bebd Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 14 Mar 2023 00:36:46 -0700 Subject: [PATCH] fmt --- d2ast/d2ast.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/d2ast/d2ast.go b/d2ast/d2ast.go index 6d1acd98c..282c3509f 100644 --- a/d2ast/d2ast.go +++ b/d2ast/d2ast.go @@ -159,9 +159,9 @@ func (r Range) Before(r2 Range) bool { // // note: Line and Column are zero indexed. // note: Column and Byte are UTF-8 byte indexes unless byUTF16 was passed to Position.Advance in -// which they are UTF-16 code unit indexes. -// If intended for Javascript consumption like in the browser or via LSP, byUTF16 is -// set to true. +// . which they are UTF-16 code unit indexes. +// . If intended for Javascript consumption like in the browser or via LSP, byUTF16 is +// . set to true. type Position struct { Line int Column int