Browse Source

Added missing semicolon; linting

Jason Pattle 2 years ago
parent
commit
42ff593004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mol-model/structure/model/types.ts

+ 1 - 1
src/mol-model/structure/model/types.ts

@@ -287,7 +287,7 @@ export const AminoAcidNames = SetUtils.unionMany(AminoAcidNamesL, AminoAcidNames
 
 export const CommonProteinCaps = new Set([
     'NME', 'ACE'
-])
+]);
 
 export const RnaBaseNames = new Set([
     'A', 'C', 'T', 'G', 'I', 'U',