Adjust indent amount
This commit is contained in:
parent
e555f2fa77
commit
a0b301e422
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pub struct Indent {
|
||||||
pub indent: f32,
|
pub indent: f32,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const INDENT_AMOUNT: f32 = 32.0;
|
pub const INDENT_AMOUNT: f32 = 16.0;
|
||||||
|
|
||||||
impl<'a, 'b, T: Iterator<Item = Event<'a>>> Iterator for JotdownIntoBuffer<'a, 'b, T> {
|
impl<'a, 'b, T: Iterator<Item = Event<'a>>> Iterator for JotdownIntoBuffer<'a, 'b, T> {
|
||||||
type Item = (&'a str, Attrs<'static>);
|
type Item = (&'a str, Attrs<'static>);
|
||||||
|
|
Loading…
Reference in a new issue