Skip to content

Commit

Permalink
Reduce spacing for TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Oct 2, 2020
1 parent 657a939 commit f7e66ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/mdsplit/mdsplitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ namespace mdsplit {
++section_it) {
auto &section = *section_it;
section.lines.emplace_back("");
section.lines.emplace_back("");
for (auto subsection_it = std::next(section_it);
subsection_it != sections_.end(); ++subsection_it) {
auto &subsection = *subsection_it;
Expand Down

0 comments on commit f7e66ad

Please sign in to comment.