Skip to content

Commit

Permalink
rename module (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit authored Jun 14, 2024
1 parent a9181d8 commit 14ff932
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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::collections::{HashMap, HashSet};
use std::fmt::Alignment;
use std::io::Write;

use crate::fmt_str::{pad_to, standard_align};
use crate::output::{Block, Output};
use crate::str_utils::{pad_to, standard_align};
use crate::tree::{CodeVariant, Footnote, Inline, InlineVariant, Link, LinkReference, MdqNode, SpanVariant};

#[derive(Default)]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ use crate::tree::MdqNode;

mod fmt_json;
mod fmt_md;
mod fmt_str;
mod output;
mod select;
mod str_utils;
mod tree;

fn main() {
Expand Down
File renamed without changes.

0 comments on commit 14ff932

Please sign in to comment.