Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Jul 1, 2024
1 parent f4af61f commit 65c4bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ import {
makeMatrixSymmetric,
makeTensorSymmetric,
removeIndexFromArray,
removeIndexFromMatrix, removeIndexFromTensor
removeIndexFromMatrix,
removeIndexFromTensor,
} from '../math/operations';

export function createColors(count: number): Array<ColorVector> {
Expand Down
1 change: 0 additions & 1 deletion src/lib/drawer/2d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ export class Drawer2d implements DrawerInterface {
this.viewConfig.offset[0] += diff[0];
this.viewConfig.offset[1] += diff[1];
});

}

get width(): number {
Expand Down

0 comments on commit 65c4bc0

Please sign in to comment.