From 4592510a95323207dd132fbedf8c2c45c41664f2 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alexander.rose@weirdbyte.de>
Date: Sat, 30 Oct 2021 21:50:15 -0700
Subject: [PATCH] linting fix

---
 src/extensions/cellpack/state.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/extensions/cellpack/state.ts b/src/extensions/cellpack/state.ts
index c06979fad..131c32e90 100644
--- a/src/extensions/cellpack/state.ts
+++ b/src/extensions/cellpack/state.ts
@@ -19,7 +19,7 @@ import { ModelSymmetry } from '../../mol-model-formats/structure/property/symmet
 import { Vec3, Quat } from '../../mol-math/linear-algebra';
 import { StateTransformer } from '../../mol-state';
 import { MBRepresentation, MBParams } from './representation';
-import { IsNativeEndianLittle, flipByteOrder } from '../../mol-io/common/binary';;
+import { IsNativeEndianLittle, flipByteOrder } from '../../mol-io/common/binary';
 import { getFloatValue } from './util';
 
 export const DefaultCellPackBaseUrl = 'https://raw.githubusercontent.com/mesoscope/cellPACK_data/master/cellPACK_database_1.1.0';
-- 
GitLab