From 36efc5846d3d254e358c7526c1ded831b99d48b4 Mon Sep 17 00:00:00 2001 From: Lukas Bindreiter Date: Tue, 29 Jul 2025 09:43:54 +0200 Subject: [PATCH] Fix formatting issue --- apis/workflows/v1/diagram.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/workflows/v1/diagram.proto b/apis/workflows/v1/diagram.proto index 6225dd5..93ec8fc 100644 --- a/apis/workflows/v1/diagram.proto +++ b/apis/workflows/v1/diagram.proto @@ -22,7 +22,7 @@ message RenderOptions { // "dagre" or "elk". Defaults to "dagre" string layout = 1 [(buf.validate.field).string = { in: [ - "", // if not set, defaults to "dagre" + "", // if not set, defaults to "dagre" "dagre", "elk" ] @@ -40,7 +40,7 @@ message RenderOptions { // Set explicitly the direction of the diagram: https://d2lang.com/tour/layouts/#direction. string direction = 5 [(buf.validate.field).string = { in: [ - "", // if not set, defaults to the d2 default, which is "down" + "", // if not set, defaults to the d2 default, which is "down" "up", "down", "right",