Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
SamYStudiO committed Dec 22, 2023
1 parent d4aaa26 commit 91efeab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ import io.reactivex.rxjava3.core.Observable
import io.reactivex.rxjava3.core.Observer
import io.reactivex.rxjava3.core.Single
import io.reactivex.rxjava3.disposables.Disposable
import java.io.BufferedReader
import java.io.InputStreamReader
import java.util.concurrent.atomic.AtomicBoolean
import net.samystudio.rxlocationmanager.ContextProvider
import net.samystudio.rxlocationmanager.RxLocationManager
import net.samystudio.rxlocationmanager.nmea.GGA
import net.samystudio.rxlocationmanager.nmea.NmeaException
import java.io.BufferedReader
import java.io.InputStreamReader
import java.util.concurrent.atomic.AtomicBoolean

/**
* Reactive helpers to get altitude using GPS, barometric sensor or remote service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class Nmea(val message: String, throwIfContentInvalid: Boolean = true)
getChecksumErrorMessage(
checksum,
computeChecksum(),
message
message,
),
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ import io.reactivex.rxjava3.core.Maybe
import io.reactivex.rxjava3.core.Observable
import io.reactivex.rxjava3.core.Observer
import io.reactivex.rxjava3.disposables.Disposable
import net.samystudio.rxlocationmanager.RxLocationManager.observeGnssStatus
import java.util.*
import java.util.concurrent.atomic.AtomicBoolean
import net.samystudio.rxlocationmanager.RxLocationManager.observeGnssStatus

/**
* A reactive wrapper for [LocationManager] callbacks.
Expand Down

0 comments on commit 91efeab

Please sign in to comment.