Skip to content

Commit

Permalink
fixed ktlint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaK2905 committed Feb 19, 2025
1 parent 31511d9 commit c998f71
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ data class CartItem(
val itemId: String,
val name: String,
val quantity: Int
)
)
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package org.hackillinois.android.view

import OnboardingAdapter
import android.content.Intent
import android.os.Bundle
import androidx.core.view.WindowCompat
import androidx.fragment.app.Fragment
import androidx.fragment.app.FragmentActivity
import androidx.viewpager2.adapter.FragmentStateAdapter
import androidx.viewpager2.widget.ViewPager2
import com.google.android.material.tabs.TabLayoutMediator
import kotlinx.android.synthetic.main.activity_onboarding.*
import org.hackillinois.android.R
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import androidx.lifecycle.liveData
import androidx.lifecycle.viewModelScope
import kotlinx.coroutines.launch
import org.hackillinois.android.App
import org.hackillinois.android.database.entity.Cart
import org.hackillinois.android.database.entity.Roles
import org.hackillinois.android.model.event.EventsList
import org.hackillinois.android.model.scanner.EventId
Expand Down Expand Up @@ -82,7 +81,6 @@ class ScannerViewModel : ViewModel() {
lastScanStatus.postValue(ScanStatus("Scan failed: $error", false))
}
}

}

fun checkInAttendee(body: UserEventPair) {
Expand Down

0 comments on commit c998f71

Please sign in to comment.