Skip to content

Commit

Permalink
import ktlint ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaK2905 committed Feb 16, 2025
1 parent f6be821 commit 60e0eb2
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 @@ -8,8 +8,8 @@ import android.widget.ImageView
import android.widget.TextView
import androidx.fragment.app.Fragment
import androidx.lifecycle.ViewModelProvider
import org.hackillinois.android.common.TimeInfo
import org.hackillinois.android.R
import org.hackillinois.android.common.TimeInfo
import org.hackillinois.android.viewmodel.HomeViewModel

class HomeFragment : Fragment(), CountdownManager.CountDownListener, EventProgressManager.CountDownListener {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import org.hackillinois.android.repository.rolesRepository
import org.json.JSONObject
import retrofit2.HttpException


class ScannerViewModel : ViewModel() {
var lastScanStatus: MutableLiveData<ScanStatus> = MutableLiveData()
lateinit var roles: LiveData<Roles>
Expand Down

0 comments on commit 60e0eb2

Please sign in to comment.