Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed Jun 17, 2024
1 parent 81d2daf commit 82837d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub enum Error {
/// There can only be one Gnss instance, yet a second was requested
GnssAlreadyTaken,
/// An unkown error occured. Check [nrf_errno.h](https://github.com/nrfconnect/sdk-nrfxlib/blob/main/nrf_modem/include/nrf_errno.h) to see what it means.
///
///
/// Sometimes the sign is flipped, but ignore that and just look at the number.
NrfError(isize),
BufferTooSmall(Option<usize>),
Expand Down

0 comments on commit 82837d7

Please sign in to comment.