Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanparajuli committed Nov 13, 2020
1 parent 97f2b3d commit 6a9d3a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class FiltersViewModel(application: Application) : ScopedAndroidViewModel(applic
LogPriority.FATAL -> "Fatal"
LogPriority.INFO -> "Info"
LogPriority.VERBOSE -> "Verbose"
LogPriority.WARNING -> "warning"
LogPriority.WARNING -> "Warning"
else -> ""
}
}
Expand Down

0 comments on commit 6a9d3a3

Please sign in to comment.