Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Jul 29, 2024
1 parent f59bb4d commit 7e8ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dinopkg-cli/src/command/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use camino::Utf8PathBuf;
use color_eyre::eyre::eyre;
use color_eyre::Result;
use dialoguer::{theme::ColorfulTheme, Confirm, Input};
use dinopkg_package_json::{PackageJson, AuthorObjOrString};
use dinopkg_package_json::{AuthorObjOrString, PackageJson};
use gix_config::File as GitConfigFile;
use maplit::hashmap;
use owo_colors::OwoColorize;
Expand Down

0 comments on commit 7e8ecea

Please sign in to comment.