diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2018-10-19 17:28:32 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2018-10-19 17:28:32 +0200 |
commit | 1a151e53b591a45fb7f009e480d7abb5e03f0cfe (patch) | |
tree | c65d172f71d2bb28e197cd6f2850761e6e504661 /src/formats.rs | |
parent | a1f26d1be2a62dfe4db26e9a5faaf9199f6b0325 (diff) | |
download | nihav-1a151e53b591a45fb7f009e480d7abb5e03f0cfe.tar.gz |
trailing whitespace fixes
Diffstat (limited to 'src/formats.rs')
-rw-r--r-- | src/formats.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formats.rs b/src/formats.rs index 74c9dcd..53b28dc 100644 --- a/src/formats.rs +++ b/src/formats.rs @@ -131,7 +131,7 @@ impl FromStr for NAChannelType { "Lo" => Ok(NAChannelType::Lo), "Ro" => Ok(NAChannelType::Ro), _ => Err(ChannelParseError{}), - } + } } } |