pub fn construct_single_indent(
    indent_unit: &str,
    tab_space_size: usize
) -> Cow<'static, str>