Skip to content

Commit 8cdca17

Browse files
committed
clean up
1 parent 184afa2 commit 8cdca17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub struct IdleApp {
4949
impl IdleApp {
5050
pub fn new(config_from_file: Result<Settings, Box<dyn std::error::Error>>) -> IdleApp {
5151
let conn = Connection::new_session().expect("Failed to connect to D-Bus");
52-
let mut config: Settings = Settings {
52+
let mut config = Settings {
5353
debug: false,
5454
server: ServerSettings {
5555
inhibit_duration: 25,

0 commit comments

Comments
 (0)