Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
waseefakhtar committed Oct 11, 2023
1 parent c8aee0a commit a35d6bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import com.waseefakhtar.doseapp.domain.model.Medication
import com.waseefakhtar.doseapp.feature.addmedication.navigation.AddMedicationDestination
import com.waseefakhtar.doseapp.feature.home.viewmodel.HomeState
import com.waseefakhtar.doseapp.feature.home.viewmodel.HomeViewModel
import com.waseefakhtar.doseapp.util.getTimeRemaining
import java.util.Calendar

@Composable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private fun MedicationCardTakeNowPreview() {
date = Date(),
)
) {

}
}

Expand All @@ -116,6 +115,5 @@ private fun MedicationCardTakenPreview() {
date = Date(),
)
) {

}
}
}

0 comments on commit a35d6bc

Please sign in to comment.