mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-03 03:33:16 +03:00
cargo fmt
This commit is contained in:
parent
56bb58767e
commit
8a568e5737
@ -10,7 +10,7 @@ use crate::{
|
||||
paths::DataDir,
|
||||
project_repository::{self, conflicts},
|
||||
projects::{self, ProjectId},
|
||||
reader,
|
||||
reader,
|
||||
sessions::{self, SessionId},
|
||||
users,
|
||||
virtual_branches::{self, target},
|
||||
|
@ -5,8 +5,8 @@ use futures::executor::block_on;
|
||||
use tauri::{generate_context, Manager};
|
||||
|
||||
use gblib::{
|
||||
analytics, app, assets, commands, database, github, keys, logs, projects, storage,
|
||||
users, virtual_branches, watcher, zip,
|
||||
analytics, app, assets, commands, database, github, keys, logs, projects, storage, users,
|
||||
virtual_branches, watcher, zip,
|
||||
};
|
||||
|
||||
fn main() {
|
||||
|
@ -7,7 +7,7 @@ use tracing::instrument;
|
||||
use crate::{
|
||||
app, assets, bookmarks, deltas,
|
||||
error::{Code, Error},
|
||||
git, reader,
|
||||
git, reader,
|
||||
sessions::{self, SessionId},
|
||||
virtual_branches,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user