Skip to content

Commit

Permalink
Code formatting etc. etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sufyanAbbasi committed Feb 27, 2024
1 parent 7b4e589 commit d4e5d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ package com.google.android.ground.ui.map.gms.mog
import android.util.LruCache
import com.google.android.ground.persistence.remote.RemoteStorageManager
import com.google.android.ground.ui.map.Bounds
import java.io.InputStream
import kotlinx.coroutines.Deferred
import kotlinx.coroutines.async
import kotlinx.coroutines.flow.*
import kotlinx.coroutines.runBlocking
import timber.log.Timber
import java.io.InputStream

/** Aliases a relative path or a URL to a MOG. */
typealias MogPathOrUrl = String
Expand Down

0 comments on commit d4e5d1f

Please sign in to comment.