Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2023
1 parent 638425e commit b517b26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions zndraw/static/pycom/Cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ class Cache {
// insert new atoms
this._cache[id] = new Atoms({
positions: data[id].positions,
cell: data[id].cell,
numbers: data[id].numbers,
colors: data[id].colors,
radii: data[id].radii,
connectivity: data[id].connectivity,
calc: data[id].calc,
pbc: data[id].pbc,
cell: data[id].cell,
numbers: data[id].numbers,
colors: data[id].colors,
radii: data[id].radii,
connectivity: data[id].connectivity,
calc: data[id].calc,
pbc: data[id].pbc,
});
// update slider
const slider = document.getElementById("frame-slider");
Expand Down

0 comments on commit b517b26

Please sign in to comment.