From 6c75fe40dfbef8cd3792efed50948141b82d3a38 Mon Sep 17 00:00:00 2001 From: Dmytro Shteflyuk Date: Sun, 29 Sep 2024 14:00:57 -0400 Subject: [PATCH] Removed second newline characters after the section title --- bin/docs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/docs b/bin/docs index cf50f19f..070eb164 100755 --- a/bin/docs +++ b/bin/docs @@ -98,7 +98,6 @@ class DocWriter output.puts "---" output.puts output.puts heading - output.puts end def generate_line(line, heading: false)