Fix minor styling issues

This commit is contained in:
Jai A
2020-06-25 22:40:29 -07:00
parent 1bf0eab2d9
commit 6e301601f9
8 changed files with 64 additions and 46 deletions

View File

@@ -172,7 +172,6 @@ fn search(info: &SearchRequest) -> Vec<SearchMod> {
TODO This method needs a lot of refactoring. Here's a list of changes that need to be made:
- Move Curseforge Indexing to another method/module
- Get rid of the 4 indexes (when MeiliSearch updates) and replace it with different rules
- Cleanup this code (it's very messy)
- Remove code fragment duplicates
*/