浏览代码

shrink diff

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;