Corrected ktlint stuff

pull/1356/head
Jakub Kalinowski 3 years ago
parent 71417df2c9
commit 4bff9ebefa

@ -20,7 +20,6 @@ package org.isoron.uhabits.activities.habits.show
import android.content.ContentUris
import android.os.Bundle
import android.util.Log
import android.view.HapticFeedbackConstants
import android.view.Menu
import android.view.MenuItem
@ -174,7 +173,7 @@ class ShowHabitActivity : AppCompatActivity(), CommandRunner.Listener {
frequency: Frequency,
callback: ListHabitsBehavior.NumberPickerCallback
) {
if(!NumberPickerFactory.numberPickerAlreadyExists()) {
if (!NumberPickerFactory.numberPickerAlreadyExists()) {
NumberPickerFactory(this@ShowHabitActivity).create(
value,
unit,

Loading…
Cancel
Save