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 Feb 25, 2025
1 parent 7f29874 commit 4617985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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, Dictionary, Document, FstDictionary, TokenKind, WordMetadata,
CharString, Dictionary, Document, FstDictionary, TokenKind, WordMetadata, remove_overlaps,
};
use harper_literate_haskell::LiterateHaskellParser;
use hashbrown::HashMap;
Expand Down

0 comments on commit 4617985

Please sign in to comment.