mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
fix needless_question_mark
This commit is contained in:
parent
fdeadfd981
commit
bbceed41f9
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ fn get_server(settings: &Config) -> anyhow::Result<Box<dyn Server>> {
|
||||||
log::debug!("Using local sync-server at `{:?}`", server_dir);
|
log::debug!("Using local sync-server at `{:?}`", server_dir);
|
||||||
ServerConfig::Local { server_dir }
|
ServerConfig::Local { server_dir }
|
||||||
};
|
};
|
||||||
Ok(config.into_server()?)
|
config.into_server()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get a WriteColor implementation based on whether the output is a tty.
|
/// Get a WriteColor implementation based on whether the output is a tty.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue