Skip to content

Commit

Permalink
Run AS ktfmt 1.1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Apr 30, 2024
1 parent 0ea037f commit b9736a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ground/src/main/java/com/google/android/ground/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object Config {

fun getMogSources(path: String) =
listOf(
MogSource(0 ..< DEFAULT_MOG_MIN_ZOOM, "$path/$DEFAULT_MOG_MIN_ZOOM/overview.tif"),
MogSource(0..<DEFAULT_MOG_MIN_ZOOM, "$path/$DEFAULT_MOG_MIN_ZOOM/overview.tif"),
MogSource(
DEFAULT_MOG_MIN_ZOOM..DEFAULT_MOG_MAX_ZOOM,
"$path/$DEFAULT_MOG_MIN_ZOOM/{x}/{y}.tif",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ import com.google.android.ground.model.task.Task
import com.google.android.ground.persistence.remote.DataStoreException
import com.google.firebase.Timestamp
import com.google.firebase.firestore.DocumentSnapshot
import java.util.Objects
import kotlinx.collections.immutable.toPersistentMap
import timber.log.Timber
import java.util.Objects

/** Converts between Firestore documents and [Submission] instances. */
internal object SubmissionConverter {
Expand Down

0 comments on commit b9736a1

Please sign in to comment.