Skip to content

Commit

Permalink
fix: format harper-cli with new edition
Browse files Browse the repository at this point in the history
  • Loading branch information
grantlemons committed Mar 8, 2025
1 parent 1d8dcc3 commit 136bc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harper-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use harper_core::parsers::{Markdown, MarkdownOptions};
use harper_core::spell::hunspell::parse_default_attribute_list;
use harper_core::spell::hunspell::word_list::parse_word_list;
use harper_core::{
remove_overlaps, CharString, CharStringExt, Dictionary, Document, FstDictionary, TokenKind,
TokenStringExt, WordMetadata,
CharString, CharStringExt, Dictionary, Document, FstDictionary, TokenKind, TokenStringExt,
WordMetadata, remove_overlaps,
};
use harper_literate_haskell::LiterateHaskellParser;
use hashbrown::HashMap;
Expand Down

0 comments on commit 136bc88

Please sign in to comment.