Skip to content

Commit

Permalink
mr detekt is now happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-0410 committed Nov 21, 2024
1 parent 0926e02 commit 886dd91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fun NodeSignalQuality(snr: Float, rssi: Int) {
* Displays the `snr` and `rssi` with color depending on the values respectively.
*/
@Composable
fun SnrAndRssi(snr: Float, rssi: Int){
fun SnrAndRssi(snr: Float, rssi: Int) {
Row(
modifier = Modifier.fillMaxWidth(),
horizontalArrangement = Arrangement.SpaceBetween
Expand Down

0 comments on commit 886dd91

Please sign in to comment.