From 04098e833c9d0b799c2258ee85362ff9e2c4404d Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Fri, 24 Oct 2025 19:04:25 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 33a4bfd [ci skip] [skip ci] --- .../com/mrboomdev/awery/ui/screens/auth/AuthViewModel.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/commonMain/kotlin/com/mrboomdev/awery/ui/screens/auth/AuthViewModel.kt b/ui/src/commonMain/kotlin/com/mrboomdev/awery/ui/screens/auth/AuthViewModel.kt index a954922c..f1ea0515 100644 --- a/ui/src/commonMain/kotlin/com/mrboomdev/awery/ui/screens/auth/AuthViewModel.kt +++ b/ui/src/commonMain/kotlin/com/mrboomdev/awery/ui/screens/auth/AuthViewModel.kt @@ -2,5 +2,4 @@ package com.mrboomdev.awery.ui.screens.auth import androidx.lifecycle.ViewModel -class AuthViewModel: ViewModel() { -} \ No newline at end of file +class AuthViewModel: ViewModel() \ No newline at end of file