From 82837d78755099e2fba41d707de616e1fd8899c6 Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Mon, 17 Jun 2024 15:58:49 +0200 Subject: [PATCH] fmt --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index dda7cb5..32e1143 100644 --- a/src/error.rs +++ b/src/error.rs @@ -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),