Skip to content

Commit ab35ae7

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 04d0f00 commit ab35ae7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • internal/stores/data_style/model

internal/stores/data_style/model/index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ import viewer_schemas from "@geode/opengeodeweb-viewer/opengeodeweb_viewer_schem
1414

1515
const model_schemas = viewer_schemas.opengeodeweb_viewer.model;
1616

17-
const MESH_CONFIG = [
18-
{ type: "Corner" },
19-
{ type: "Line" },
20-
{ type: "Surface" },
21-
{ type: "Block" },
22-
];
17+
const MESH_CONFIG = [{ type: "Corner" }, { type: "Line" }, { type: "Surface" }, { type: "Block" }];
2318

2419
const MESH_TYPES = MESH_CONFIG.map((config) => config.type);
2520

0 commit comments

Comments
 (0)