Skip to content

Commit

Permalink
chore: do format
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 19, 2023
1 parent f44517d commit aab3444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mod utils;
mod access;
mod remotedesktop;
mod request;
mod screencast;
mod screenshot;
mod session;
mod settings;
mod utils;

use access::AccessBackend;
use remotedesktop::RemoteDesktopBackend;
Expand Down
2 changes: 1 addition & 1 deletion src/screenshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use std::collections::HashMap;
use zbus::zvariant::{DeserializeDict, SerializeDict, Type, Value};
use zbus::{dbus_interface, fdo, zvariant::ObjectPath};

use crate::PortalResponse;
use crate::utils::USER_RUNNING_DIR;
use crate::PortalResponse;

#[derive(DeserializeDict, SerializeDict, Type)]
#[zvariant(signature = "dict")]
Expand Down

0 comments on commit aab3444

Please sign in to comment.