From 4a7b62e8fa97c0cc8abebb6d0aabfcb48e52562c Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 28 Apr 2018 16:17:36 +0300 Subject: Fix CI errors --- include/Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit 1.5.1