소스 검색

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;