Skip to content

Commit 7c09931

Browse files
committed
style: rustfmt
1 parent 081dc7c commit 7c09931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/r3/src/kernel/event_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub type AtomicEventGroupBits = AtomicU32;
2828
///
2929
/// <div class="admonition-follows"></div>
3030
///
31-
/// > **Relation to Other Specifications:**
31+
/// > **Relation to Other Specifications:**
3232
/// > event group (FreeRTOS), event group (Freescale MQX), `EventFlags` (Mbed
3333
/// > OS), events (OSEK/VDX, assigned to each extended task), event (RT-Thread),
3434
/// > event set (RTEMS, assigned to each task), Eventflag (μITRON4.0)

src/r3_test_runner/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ where
5757
T2: fmt::Display,
5858
{
5959
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
60-
write!(f, "{}{}", self.0.0, self.0.1)
60+
write!(f, "{}{}", self.0 .0, self.0 .1)
6161
}
6262
}
6363

0 commit comments

Comments
 (0)