Fix formatting
This commit is contained in:
parent
36c9792d0a
commit
543adf78c0
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ pub mod rt {
|
||||||
use super::Markup;
|
use super::Markup;
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn make_markup<F>(f: F) -> Markup<F>
|
pub fn make_markup<F>(f: F) -> Markup<F> where
|
||||||
where F: Fn(&mut fmt::Write) -> fmt::Result
|
F: Fn(&mut fmt::Write) -> fmt::Result
|
||||||
{
|
{
|
||||||
Markup { callback: f }
|
Markup { callback: f }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue