mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix CI errors
This commit is contained in:
parent
7621dc0cb0
commit
4a7b62e8fa
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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: <!-- Get the version from the settings menu (bottom left corner) -->
|
||||
- Installation method: <!-- AppImage, some repository, local build etc -->
|
||||
- Operating System:
|
||||
- Qt version:
|
||||
|
|
|
@ -66,7 +66,7 @@ erase_if(ContainerT &items, const PredicateT &predicate)
|
|||
else
|
||||
++it;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
//! Calculate the Levenshtein distance between two strings with character skipping.
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue