Apply suggestions from blaz for infobox

This commit is contained in:
Ivan Tham 2021-06-30 00:17:16 +08:00 committed by Blaž Hrastnik
parent 4c190ec9d9
commit 9effe71b7d
12 changed files with 11 additions and 18 deletions

View file

@ -1,7 +1,7 @@
use crate::text::StyledGrapheme;
use helix_core::line_ending::str_is_line_ending;
use helix_core::unicode::width::UnicodeWidthStr;
use unicode_segmentation::UnicodeSegmentation;
use unicode_width::UnicodeWidthStr;
const NBSP: &str = "\u{00a0}";