diff options
-rw-r--r-- | src/ChangeHistory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeHistory.cxx b/src/ChangeHistory.cxx index 394b37e23..d6c93ae39 100644 --- a/src/ChangeHistory.cxx +++ b/src/ChangeHistory.cxx @@ -46,7 +46,7 @@ constexpr bool InsertionSpanSameDeletion(const ChangeSpan &is, Sci::Position pos is.start == positionDeletion && is.length == 0 && is.edition == edition; -}; +} } |