Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatFrogDev committed Mar 16, 2024
1 parent b3bcf1f commit 3651824
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ use crate::{
prompts::{multiselect::multiselect, select::select},
return_to_main::return_to_main,
utilities::{
cursor_to_origin::cursor_to_origin,
format_md::paragraph,
truncate_note::truncate_note,
cursor_to_origin::cursor_to_origin, format_md::paragraph, truncate_note::truncate_note,
},
};
use async_std::path::PathBuf;
Expand Down

0 comments on commit 3651824

Please sign in to comment.