From 4a7b62e8fa97c0cc8abebb6d0aabfcb48e52562c Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 28 Apr 2018 16:17:36 +0300 Subject: [PATCH] Fix CI errors --- .github/ISSUE_TEMPLATE.md | 2 +- include/Utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 343fae39..45869244 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ If you want to request a feature or ask a question, feel free to remove all the ### System: -- Nheko commit/version: +- Nheko version: - Installation method: - Operating System: - Qt version: diff --git a/include/Utils.h b/include/Utils.h index c3b30084..35c5eec1 100644 --- a/include/Utils.h +++ b/include/Utils.h @@ -66,7 +66,7 @@ erase_if(ContainerT &items, const PredicateT &predicate) else ++it; } -}; +} //! Calculate the Levenshtein distance between two strings with character skipping. int