Formatting changes.
This commit is contained in:
parent
f95b68b69b
commit
379aff1795
|
@ -14,8 +14,8 @@ use rustyline::config::OutputStreamType;
|
|||
use rustyline::hint::{Hinter};
|
||||
use rustyline::error::ReadlineError;
|
||||
use rustyline::highlight::{Highlighter};
|
||||
use crate::core_functions::InventoryCostingMethod;
|
||||
|
||||
use crate::core_functions::InventoryCostingMethod;
|
||||
use crate::string_utils;
|
||||
|
||||
|
||||
|
@ -175,7 +175,6 @@ pub(crate) fn elect_like_kind_treatment(cutoff_date_arg: &Option<String>) -> Res
|
|||
let stdin = io::stdin();
|
||||
stdin.lock().read_line(&mut input)?;
|
||||
|
||||
|
||||
match input.trim().to_ascii_lowercase().as_str() {
|
||||
"y" | "ye" | "yes" | "" => {
|
||||
println!(" Using like-kind treatment through {}.\n", provided_date);
|
||||
|
|
Loading…
Reference in New Issue