From 5b08c3292a8898ca1c6129934376cf7f7883029b Mon Sep 17 00:00:00 2001 From: grudininyk Date: Sun, 26 May 2024 22:11:31 +0300 Subject: [PATCH] code: svg fix --- svg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.cpp b/svg.cpp index 818d5be..f0b699d 100644 --- a/svg.cpp +++ b/svg.cpp @@ -38,7 +38,6 @@ svg_end() { cout << "\n"; } - void show_histogram_svg(const vector& bins) { const auto MAX_WIDTH = IMAGE_WIDTH - TEXT_WIDTH; @@ -65,3 +64,4 @@ show_histogram_svg(const vector& bins) { } svg_end(); } +