mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Run cargo fmt
This commit is contained in:
parent
7406f77a4e
commit
137283959c
4 changed files with 9 additions and 9 deletions
|
|
@ -28,7 +28,7 @@ mod example {
|
|||
// The feature needs to be applied everywhere x is defined or used
|
||||
#[cfg(feature = "feature_x")]
|
||||
x: 0,
|
||||
dummy: () // dummy such that we have at least one late resource
|
||||
dummy: (), // dummy such that we have at least one late resource
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue