Format
This commit is contained in:
parent
f0df42b287
commit
125c16902b
1 changed files with 1 additions and 4 deletions
|
@ -57,8 +57,5 @@ fn check_title(config: &Value) -> ValidationResult {
|
||||||
|
|
||||||
|
|
||||||
pub fn check_config_types(config: &Value) -> ValidationResult {
|
pub fn check_config_types(config: &Value) -> ValidationResult {
|
||||||
return unwrap_group(
|
return unwrap_group(config, vec![&check_root, &check_input, &check_output, &check_title]);
|
||||||
config,
|
|
||||||
vec![&check_root, &check_input, &check_output, &check_title]
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue