refactor: ui::new() args

This commit is contained in:
graelo 2020-06-01 15:34:54 +02:00
parent 0accc9bc6b
commit 0ac40614a0
2 changed files with 6 additions and 6 deletions

View file

@ -45,8 +45,8 @@ pub fn run(buffer: String, opt: &CliOpt) -> Option<(String, bool)> {
&mut model,
opt.unique_hint,
opt.focus_wrap_around,
&opt.hint_alignment,
&opt.colors,
&opt.hint_alignment,
hint_style,
);