Function indent

Source
pub fn indent(text: impl AsRef<str>, space: usize) -> String
Expand description

Adds spaces to each non-empty line.