Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Oct 10, 2022
1 parent 1761773 commit f45e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/test-utilities/src/createPointCloudModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { IPointCloudTreeGeometry } from '../../packages/pointclouds/src/potree-t
export function createPointCloudModel(modelId: number, revisionId: number): CognitePointCloudModel {
const pointCloudNode = createPointCloudNode();

return new CognitePointCloudModel(modelId, revisionId, pointCloudNode);
return new CognitePointCloudModel(modelId, revisionId, pointCloudNode);
}

export function createPointCloudNode(): PointCloudNode {
Expand Down

0 comments on commit f45e8d1

Please sign in to comment.