Skip to content

Commit

Permalink
Fix whitespace type
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed Dec 16, 2023
1 parent 57aeaf4 commit 6bf8a1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/lox_core/src/odm/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,6 @@ impl Default for PositionUnits {

impl Validate for PositionUnits {}



#[derive(Default, PartialEq, Debug, YaSerialize, YaDeserialize)]
#[yaserde(prefix = "ndm", namespace = "ndm: urn:ccsds:schema:ndmxml")]
pub struct VelocityType {
Expand All @@ -638,7 +636,6 @@ pub struct VelocityType {

impl Validate for VelocityType {}


#[derive(Default, PartialEq, Debug, UtilsTupleIo, UtilsDefaultSerde)]
pub struct VelocityUnits(pub String);

Expand Down

0 comments on commit 6bf8a1b

Please sign in to comment.