Skip to content

Commit

Permalink
style: format code using ktfmt for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemangano committed Nov 9, 2024
1 parent 2c75e56 commit ab5d3d2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/src/main/java/com/android/periodpals/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ class MainActivity : ComponentActivity() {
fun PeriodPalsApp(locationService: GPSServiceImpl) {

val supabaseClient =
createSupabaseClient(
supabaseUrl = BuildConfig.SUPABASE_URL,
supabaseKey = BuildConfig.SUPABASE_KEY,
) {
install(Auth)
install(Postgrest)
}
createSupabaseClient(
supabaseUrl = BuildConfig.SUPABASE_URL,
supabaseKey = BuildConfig.SUPABASE_KEY,
) {
install(Auth)
install(Postgrest)
}

val authModel = AuthenticationModelSupabase(supabaseClient)
val authenticationViewModel = AuthenticationViewModel(authModel)
Expand Down

0 comments on commit ab5d3d2

Please sign in to comment.