archive
/
md-pdf-rs
Archived
1
Fork 0
This commit is contained in:
Jake Howard 2017-07-19 22:11:21 +01:00
parent f0df42b287
commit 125c16902b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 4 deletions

View File

@ -57,8 +57,5 @@ fn check_title(config: &Value) -> ValidationResult {
pub fn check_config_types(config: &Value) -> ValidationResult {
return unwrap_group(
config,
vec![&check_root, &check_input, &check_output, &check_title]
);
return unwrap_group(config, vec![&check_root, &check_input, &check_output, &check_title]);
}