Skip to content

Commit 9ef0921

Browse files
committed
Bug 1967413 - Fix ktlint indentation warning. a=me DONTBUILD
1 parent 498644d commit 9ef0921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/mozilla/fenix/utils/Settings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
25212521
key = appContext.getPreferenceKey(R.string.pref_key_setup_checklist_complete),
25222522
default = {
25232523
FxNimbus.features.setupChecklist.value().enabled &&
2524-
canShowAddSearchWidgetPrompt(AppWidgetManager.getInstance(appContext))
2524+
canShowAddSearchWidgetPrompt(AppWidgetManager.getInstance(appContext))
25252525
},
25262526
featureFlag = true,
25272527
)

0 commit comments

Comments
 (0)