diff options
| author | Adam Hott <24814301+CodingInGreen@users.noreply.github.com> | 2024-04-10 19:28:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 18:28:48 +0000 |
| commit | 420ca5105809430f18114abc6b72ca3b09e93943 (patch) | |
| tree | 04906a47d0b7ec5b7f273ccbea5797abdab9ec69 /rtic-macros | |
| parent | 56a3b9e5c89400d2312ede73edce51e75a690863 (diff) | |
Clean up esp32c3 files with rustfmt (#913)
* Fix incorrect end bracket, moved to after pub fn extra_modules
* Clean up - rtic-macros/src/codegen/bindings/esp32c3.rs
Diffstat (limited to 'rtic-macros')
| -rw-r--r-- | rtic-macros/src/codegen/bindings/esp32c3.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rtic-macros/src/codegen/bindings/esp32c3.rs b/rtic-macros/src/codegen/bindings/esp32c3.rs index 26617e0..254b0f5 100644 --- a/rtic-macros/src/codegen/bindings/esp32c3.rs +++ b/rtic-macros/src/codegen/bindings/esp32c3.rs @@ -242,8 +242,7 @@ mod esp32c3 { stmts } -pub fn extra_modules(_app: &App, _analysis: &SyntaxAnalysis) -> Vec<TokenStream2> { - vec![] -} + pub fn extra_modules(_app: &App, _analysis: &SyntaxAnalysis) -> Vec<TokenStream2> { + vec![] + } } - |
