Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(compare-command): Move an
enum classs
closer to its use
While the `enum class` does not need command context, a nested class in Kotlin does not have outer class context anyway (only `inner` classes have), so it does not hurt to scope the enum to the command where it is being used. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
- Loading branch information