Sebastian Bittrich преди 1 година
родител
ревизия
31be0af3c9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/mol-plugin-state/builder/structure/representation-preset.ts

+ 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;