Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Jun 9, 2024
1 parent b281b3f commit 205c6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmt_md.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use std::fmt::Alignment;
use std::io::Write;

use crate::fmt_str::{pad_to, standard_align};
use crate::output::{Block, Output};
use crate::output::Block::Inlined;
use crate::output::{Block, Output};
use crate::tree::{CodeVariant, Inline, InlineVariant, MdqNode, SpanVariant};

pub fn write_md<N, W>(out: &mut Output<W>, nodes: &[N])
Expand Down

0 comments on commit 205c6cc

Please sign in to comment.