From 830c03a129f2f20efa9070ebc3d0572c5b56da93 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 10 Jul 2020 21:44:11 +0200 Subject: [PATCH] remove trailing whitespace --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 0d5082d..b06f7b6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -121,7 +121,7 @@ impl Transcoder { self.istr_opts.len() - 1 }; let istr = &mut self.istr_opts[sidx]; - + for opt in opt1.split(',') { let oval: Vec<_> = opt.split('=').collect(); if oval.len() == 1 { @@ -152,7 +152,7 @@ impl Transcoder { self.ostr_opts.len() - 1 }; let ostr = &mut self.ostr_opts[sidx]; - + for opt in opt1.split(',') { let oval: Vec<_> = opt.split('=').collect(); if oval.len() == 1 { -- 2.30.2