Skip to content

Commit

Permalink
Fix trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored and lkolbly committed May 22, 2022
1 parent 4d0006c commit 8db9684
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions ublox/src/ubx_packets/packets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,8 @@ bitflags! {
flags = "default_for_builder"
)]
struct InfError{
#[ubx(map_type = Option<&str>,
may_fail,
#[ubx(map_type = Option<&str>,
may_fail,
is_valid = inf::is_valid,
from = inf::convert_to_str,
get_as_ref)]
Expand All @@ -780,8 +780,8 @@ struct InfError{
flags = "default_for_builder"
)]
struct InfNotice{
#[ubx(map_type = Option<&str>,
may_fail,
#[ubx(map_type = Option<&str>,
may_fail,
is_valid = inf::is_valid,
from = inf::convert_to_str,
get_as_ref)]
Expand All @@ -796,8 +796,8 @@ struct InfNotice{
flags = "default_for_builder"
)]
struct InfTest{
#[ubx(map_type = Option<&str>,
may_fail,
#[ubx(map_type = Option<&str>,
may_fail,
is_valid = inf::is_valid,
from = inf::convert_to_str,
get_as_ref)]
Expand All @@ -812,8 +812,8 @@ struct InfTest{
flags = "default_for_builder"
)]
struct InfWarning{
#[ubx(map_type = Option<&str>,
may_fail,
#[ubx(map_type = Option<&str>,
may_fail,
is_valid = inf::is_valid,
from = inf::convert_to_str,
get_as_ref)]
Expand All @@ -828,8 +828,8 @@ struct InfWarning{
flags = "default_for_builder"
)]
struct InfDebug{
#[ubx(map_type = Option<&str>,
may_fail,
#[ubx(map_type = Option<&str>,
may_fail,
is_valid = inf::is_valid,
from = inf::convert_to_str,
get_as_ref)]
Expand Down Expand Up @@ -1609,7 +1609,7 @@ struct CfgNavX5 {
reserved8: [u8; 4],
reserved9: [u8; 3],

/// Enable/disable ADR/UDR sensor fusion
/// Enable/disable ADR/UDR sensor fusion
use_adr: u8,
}

Expand Down

0 comments on commit 8db9684

Please sign in to comment.