Minor formatting and refactoring

This commit is contained in:
barsdeveloper
2022-04-14 21:25:36 +02:00
parent f29119809f
commit 9b0f344dcc
12 changed files with 170 additions and 199 deletions

View File

@@ -139,6 +139,4 @@ export default class Utility {
}
return [...(new Set(result.concat(...a, ...b)))]
}
}