From 961485da6a188f9f70b4bfe92d298c7b645e06fb Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 15 Sep 2022 08:27:05 +1000 Subject: Remove unnecessary ';'. --- src/ChangeHistory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ChangeHistory.cxx b/src/ChangeHistory.cxx index 4c771a93c..09eb51b73 100644 --- a/src/ChangeHistory.cxx +++ b/src/ChangeHistory.cxx @@ -45,7 +45,7 @@ void ChangeStack::PushDeletion(Sci::Position positionDeletion, int edition) { void ChangeStack::PushInsertion(Sci::Position positionInsertion, Sci::Position length, int edition) { steps.back()++; insertions.push_back({ positionInsertion, length, edition, InsertionSpan::Direction::insertion }); -}; +} size_t ChangeStack::PopStep() noexcept { const size_t spans = steps.back(); -- cgit v1.2.3