Skip to content

Commit bb43627

Browse files
authored
Fix formatting typos in SVG gen (#11588)
1 parent c8e6180 commit bb43627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/public/lib/ydb_cli/common/plan2svg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,10 +1542,10 @@ void TPlan::PrintSvg(ui64 maxTime, ui32& offsetY, TStringBuilder& background, TS
15421542

15431543
TColorPalette::TColorPalette() {
15441544
StageMain = "var(--stage-main, #F2F2F2)";
1545-
StageClone = "var(--stage-clone, #D9D9D9";
1545+
StageClone = "var(--stage-clone, #D9D9D9)";
15461546
StageText = "var(--stage-text, #262626)";
15471547
StageTextHighlight = "var(--stage-texthl, #EA0703)";
1548-
StageGrid = "var(--stage-grid, #B2B2B2";
1548+
StageGrid = "var(--stage-grid, #B2B2B2)";
15491549
IngressDark = "var(--ingress-dark, #574F38)";
15501550
IngressMedium = "var(--ingress-medium, #82723C)";
15511551
IngressLight = "var(--ingress-light, #C0A645)";

0 commit comments

Comments
 (0)