Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Dec 10, 2023
1 parent 5ec38c5 commit 6740062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structure/viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ export class MoleculeViewer {

// color function for atoms
const colorfunc = this._colorFunction();
let atomspec: $3Dmol.AtomSpec = {};
const atomspec: $3Dmol.AtomSpec = {};

for (const shape of active_shapes) {
if (shape === '') {
Expand Down

0 comments on commit 6740062

Please sign in to comment.