From cf527672b1e0f83838dccbfe2f07b76dfc9ccd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20C=C3=A9sar=20Batista?= Date: Tue, 29 Nov 2022 15:42:33 -0800 Subject: [PATCH] Fix lint --- d2graph/d2graph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2graph/d2graph.go b/d2graph/d2graph.go index b18455682..2397a6a78 100644 --- a/d2graph/d2graph.go +++ b/d2graph/d2graph.go @@ -79,7 +79,7 @@ type Object struct { Attributes Attributes `json:"attributes"` - RenderPriority *int `json:"renderPriority",omitempty` + RenderPriority *int `json:"renderPriority,omitempty"` } type Attributes struct {