From 0beedde69bbb6b52d719697464615cd4c254661b Mon Sep 17 00:00:00 2001 From: "Jonathan Pallant (42 Technology)" Date: Mon, 27 Sep 2021 19:03:07 +0100 Subject: [PATCH] Ugh. Thanks, rustfmt. --- rp2040-hal/examples/spi.rs | 2 +- rp2040-hal/examples/watchdog.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rp2040-hal/examples/spi.rs b/rp2040-hal/examples/spi.rs index 35ba729..c363aee 100644 --- a/rp2040-hal/examples/spi.rs +++ b/rp2040-hal/examples/spi.rs @@ -127,4 +127,4 @@ fn main() -> ! { } } -// End of file \ No newline at end of file +// End of file diff --git a/rp2040-hal/examples/watchdog.rs b/rp2040-hal/examples/watchdog.rs index 79ef7d5..41aae21 100644 --- a/rp2040-hal/examples/watchdog.rs +++ b/rp2040-hal/examples/watchdog.rs @@ -112,4 +112,4 @@ fn main() -> ! { } } -// End of file \ No newline at end of file +// End of file