pub fn indent(text: &str, n: usize) -> String
Indent every line of text by n spaces.
text
n
Blank lines (consisting only of whitespace) are preserved but not indented.