Skip to content

Commit

Permalink
Appleasing the formatter
Browse files Browse the repository at this point in the history
Import in the wrong order...
Extra newline at the end...
  • Loading branch information
u-train committed Jun 12, 2023
1 parent f437589 commit aeffc50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/install.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::path::Path;
use super::temp_project::TempProject;
use libwally::{Args, GlobalOptions, InstallSubcommand, Subcommand};
use std::path::Path;

#[test]
fn minimal() {
Expand Down Expand Up @@ -63,4 +63,3 @@ fn run_test(name: &str) -> TempProject {
assert_dir_snapshot!(project.path());
project
}

0 comments on commit aeffc50

Please sign in to comment.