Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2023
1 parent d9c96b9 commit d7b5e55
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@
"description": "Timer interval to load map points [ms]"
}
},
"required": ["distance_threshold", "use_dynamic_map_loading", "downsize_ratio_z_axis", "map_update_distance_threshold", "map_loader_radius", "timer_interval_ms"],
"required": [
"distance_threshold",
"use_dynamic_map_loading",
"downsize_ratio_z_axis",
"map_update_distance_threshold",
"map_loader_radius",
"timer_interval_ms"
],
"additionalProperties": false
}
},
Expand Down

0 comments on commit d7b5e55

Please sign in to comment.