Skip to content

Commit

Permalink
fix: Fix minor linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmurerwa committed Nov 24, 2023
1 parent fd81350 commit 493d4c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class ViewEventLogsViewModel @Inject constructor(

private fun processEventLogsList(): List<EventLogItemViewModel> {
return eventList.map {
println("Event Log Details: $it")
EventLogItemViewModel(it, machineLocale, resourceHandler)
}.reversed()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const val ENABLE_LANGUAGE_SELECTION_UI_DEFAULT_VALUE = true
annotation class EnableExtraTopicTabsUi

/** Name of the feature flag that controls whether to enable the extra topics tab UI. */
const val EXTRA_TOPIC_TABS_UI = "extra_topics_tab_ui"
const val EXTRA_TOPIC_TABS_UI = "extra_topic_tabs_ui"

/** Default value for the feature flag corresponding to [EnableExtraTopicTabsUi]. */
const val ENABLE_EXTRA_TOPIC_TABS_UI_DEFAULT_VALUE = false
Expand Down

0 comments on commit 493d4c1

Please sign in to comment.