Skip to content

Commit 0735d19

Browse files
style(pre-commit): autofix
1 parent 44a21b0 commit 0735d19

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

map/map_loader/schema/lanelet2_map_loader.schema.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
"default": ""
1818
}
1919
},
20-
"required": [
21-
"center_line_resolution",
22-
"lanelet2_map_path"
23-
],
20+
"required": ["center_line_resolution", "lanelet2_map_path"],
2421
"additionalProperties": false
2522
}
2623
},
@@ -39,4 +36,3 @@
3936
"required": ["/**"],
4037
"additionalProperties": false
4138
}
42-

map/map_loader/schema/pointcloud_map_loader.schema.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
}
4444
},
4545
"required": [
46-
"enable_whole_load",
47-
"enable_downsampled_whole_load",
48-
"enable_partial_load",
49-
"enable_selected_load",
50-
"leaf_size",
51-
"pcd_paths_or_directory",
52-
"pcd_metadata_path"
46+
"enable_whole_load",
47+
"enable_downsampled_whole_load",
48+
"enable_partial_load",
49+
"enable_selected_load",
50+
"leaf_size",
51+
"pcd_paths_or_directory",
52+
"pcd_metadata_path"
5353
],
5454
"additionalProperties": false
5555
}
@@ -69,4 +69,3 @@
6969
"required": ["/**"],
7070
"additionalProperties": false
7171
}
72-

0 commit comments

Comments
 (0)