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
This commit is contained in:
Adam Hott 2024-04-10 19:28:48 +01:00 committed by GitHub
parent 56a3b9e5c8
commit 420ca51058
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -242,8 +242,7 @@ mod esp32c3 {
stmts
}
pub fn extra_modules(_app: &App, _analysis: &SyntaxAnalysis) -> Vec<TokenStream2> {
pub fn extra_modules(_app: &App, _analysis: &SyntaxAnalysis) -> Vec<TokenStream2> {
vec![]
}
}
}