Sebastian Bittrich 1 рік тому
батько
коміт
31be0af3c9

+ 1 - 1
src/mol-plugin-state/builder/structure/representation-preset.ts

@@ -445,6 +445,6 @@ export const PresetStructureRepresentations = {
     'polymer-and-ligand': polymerAndLigand,
     'protein-and-nucleic': proteinAndNucleic,
     'coarse-surface': coarseSurface,
-    illustrative
+    illustrative,
 };
 export type PresetStructureRepresentations = typeof PresetStructureRepresentations;