Skip to content

Commit 7d31a8b

Browse files
committed
Fmt
1 parent ab56486 commit 7d31a8b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

crates/bevy_text/src/undo_2/tests/iter_realized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unused, reason="tests")]
1+
#![allow(unused, reason = "tests")]
22

33
use crate::undo_2::*;
44

crates/bevy_text/src/undo_2/tests/redo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unused, reason="tests")]
1+
#![allow(unused, reason = "tests")]
22
use crate::undo_2::{Action, Commands};
33

44
#[derive(Debug, Eq, PartialEq)]

crates/bevy_text/src/undo_2/tests/remove_undone.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unused, reason="tests")]
1+
#![allow(unused, reason = "tests")]
22
use crate::undo_2::*;
33

44
#[test]

crates/bevy_text/src/undo_2/tests/splice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unused, reason="tests")]
1+
#![allow(unused, reason = "tests")]
22

33
use crate::undo_2::*;
44
use core::ops::ControlFlow;

crates/bevy_text/src/undo_2/tests/unbuild.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unused, reason="tests")]
1+
#![allow(unused, reason = "tests")]
22
use crate::undo_2::{Action, Commands};
33

44
#[derive(Debug, Eq, PartialEq)]

crates/bevy_text/src/undo_2/tests/undo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unused, reason="tests")]
1+
#![allow(unused, reason = "tests")]
22
use crate::undo_2::{Action, Commands};
33

44
#[derive(Debug, Eq, PartialEq)]

crates/bevy_text/src/undo_2/tests/undo_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unused, reason="tests")]
1+
#![allow(unused, reason = "tests")]
22
use crate::undo_2::Action;
33
use crate::undo_2::Action::*;
44
use crate::undo_2::Commands;

0 commit comments

Comments
 (0)