Skip to content

Commit

Permalink
fix ESLint double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisDuguayG committed Mar 15, 2021
1 parent 882b976 commit 5fd5888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
QuantityType,
ScreenViewport,
ViewState3d,
} from '@bentley/imodeljs-frontend';
} from "@bentley/imodeljs-frontend";
import { Easing } from "@bentley/imodeljs-common";
import { CurveChainWithDistanceIndex, Point3d, Vector3d } from "@bentley/geometry-core";
import { CustomRpcInterface, CustomRpcUtilities } from "../../common/CustomRpcInterface";
Expand Down

0 comments on commit 5fd5888

Please sign in to comment.