remove redundant space

This commit is contained in:
jim-taylor-business 2024-04-05 15:50:52 +01:00
parent 5b77ad8b39
commit ce6bc72b29

View file

@ -39,7 +39,6 @@ impl Settings {
/// Warning: Only call this once.
pub(crate) fn init() -> Result<Self, LemmyError> {
let config = from_str::<Settings>(&Self::read_config_file()?)?;
if config.hostname == "unset" {
Err(anyhow!("Hostname variable is not set!").into())
} else {