cargo fmt

This commit is contained in:
Nikita Galaiko 2023-10-20 13:18:56 +02:00 committed by GitButler
parent 56bb58767e
commit 8a568e5737
3 changed files with 4 additions and 4 deletions

View File

@ -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},

View File

@ -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() {

View File

@ -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,
};