Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jennantilla committed Dec 13, 2023
1 parent c0b8592 commit 7bc4aa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ internal class LocationManager(
} catch (t: Throwable) {
Logging.warn(
"LocationManager.startGetLocation: Location permission exists but there was an error initializing: ",
t
t,
)
}
}
Expand Down

0 comments on commit 7bc4aa3

Please sign in to comment.