Fix CI errors

remotes/origin/HEAD
Konstantinos Sideris 7 years ago
parent 7621dc0cb0
commit 4a7b62e8fa
  1. 2
      .github/ISSUE_TEMPLATE.md
  2. 2
      include/Utils.h

@ -4,7 +4,7 @@ If you want to request a feature or ask a question, feel free to remove all the
### System: ### System:
- Nheko commit/version: - Nheko version: <!-- Get the version from the settings menu (bottom left corner) -->
- Installation method: <!-- AppImage, some repository, local build etc --> - Installation method: <!-- AppImage, some repository, local build etc -->
- Operating System: - Operating System:
- Qt version: - Qt version:

@ -66,7 +66,7 @@ erase_if(ContainerT &items, const PredicateT &predicate)
else else
++it; ++it;
} }
}; }
//! Calculate the Levenshtein distance between two strings with character skipping. //! Calculate the Levenshtein distance between two strings with character skipping.
int int

Loading…
Cancel
Save