Skip to content

Commit

Permalink
refactor(sam): cargofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
r-zenine committed Dec 11, 2020
1 parent 3e61056 commit e565a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/sam/config.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use serde::{Deserialize, Serialize};
use sam::utils::fsutils;
use sam::utils::fsutils::ErrorsFS;
use serde::{Deserialize, Serialize};
use std::path::{Path, PathBuf};
use thiserror::Error;
// Todo
Expand Down
2 changes: 1 addition & 1 deletion src/bin/sam/userinterface.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use prettytable::{cell, format, row, Table};
use skim::prelude::*;
use sam::core::aliases::Alias;
use sam::core::choices::Choice;
use sam::core::dependencies::{Dependencies, ErrorsResolver, Resolver};
use sam::core::identifiers::Identifier;
use sam::io::readers::read_choices;
use sam::utils::fsutils::{ErrorsFS, TempFile};
use sam::utils::processes::ShellCommand;
use skim::prelude::*;
use std::cell::RefCell;
use std::collections::HashMap;
use std::fs::File;
Expand Down

0 comments on commit e565a2a

Please sign in to comment.