Skip to content

Commit fce5816

Browse files
committed
Clippy
1 parent 61ec54e commit fce5816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ pub fn loginparam_new_to_old(context: &Context, servers: &LoginParamNew) -> Opti
413413
}
414414
}
415415
info!(context, "offline autoconfig found, but no servers defined");
416-
return None;
416+
None
417417
}
418418

419419
pub fn loginparam_old_to_new(p: LoginParam) -> LoginParamNew {

0 commit comments

Comments
 (0)