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;
|
||||
|
||||
#[inline]
|
||||
pub fn make_markup<F>(f: F) -> Markup<F>
|
||||
where F: Fn(&mut fmt::Write) -> fmt::Result
|
||||
pub fn make_markup<F>(f: F) -> Markup<F> where
|
||||
F: Fn(&mut fmt::Write) -> fmt::Result
|
||||
{
|
||||
Markup { callback: f }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue