mirror of
https://github.com/house-of-vanity/furumi.git
synced 2025-07-07 13:44:07 +00:00
Linting
This commit is contained in:
@ -76,10 +76,10 @@ pub fn read() -> Config {
|
||||
warn!("Insecure server detected. Set `username` and `password` directives to use auth.");
|
||||
}
|
||||
Config {
|
||||
server: server,
|
||||
username: username,
|
||||
password: password,
|
||||
mountpoint: mountpoint,
|
||||
server,
|
||||
username,
|
||||
password,
|
||||
mountpoint,
|
||||
conf_file: config_file.to_string(),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user