Working on a testing method
This commit is contained in:
@ -66,7 +66,7 @@ impl FileGenerator {
|
||||
}
|
||||
|
||||
pub fn a<T: ToString>(&mut self, indent: usize, content: T) {
|
||||
let line = " ".repeat(indent) + &content.to_string();
|
||||
let line = " ".repeat(indent) + &content.to_string();
|
||||
self.content.push(line);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user