Fix indentation
This commit is contained in:
parent
ab0ef991b9
commit
28c965ac72
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pub trait RenderOnce {
|
|||
|
||||
impl<'a, T: Render + ?Sized> RenderOnce for &'a T {
|
||||
fn render_once(self, w: &mut fmt::Write) -> fmt::Result {
|
||||
Render::render(self, w)
|
||||
Render::render(self, w)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue