Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Umatriz committed Jul 13, 2024
1 parent 93d0786 commit 63007c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions crates/client/src/tab.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::sync::Arc;


use crate::views::{ModdedProfile};
use crate::views::ModdedProfile;

#[derive(PartialEq, Eq, Hash, Clone)]
pub enum TabKind {
Expand Down
4 changes: 2 additions & 2 deletions crates/client/src/views/mods_manager.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{
collections::{HashMap, HashSet},
path::{Path, PathBuf},
path::PathBuf,
sync::Arc,
};

Expand Down Expand Up @@ -592,7 +592,7 @@ impl View for ModManager<'_> {
} else {
directory_from_project_type(project_type, profile.profile.id)
};

let data = (
version,
path,
Expand Down

0 comments on commit 63007c8

Please sign in to comment.