Skip to content

Commit

Permalink
Ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oh-yes-0-fps committed Apr 17, 2024
1 parent 04b5d54 commit cf564c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/structure/test.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use super::*;

#[derive(Debug, PartialEq, Clone, Copy)]
Expand All @@ -23,8 +22,6 @@ impl FrcStructure for SubStruct {

inventory::submit! { SubStruct::DESCRIPTION }



#[test]
#[cfg(feature = "value-union")]
fn test_structures() {
Expand All @@ -37,7 +34,7 @@ fn test_structures() {
#[default]
A,
B,
C = 100
C = 100,
}

#[derive(Debug, PartialEq, Clone, Copy, FrcStructure)]
Expand Down

0 comments on commit cf564c1

Please sign in to comment.