diff --git a/test-apps/ui-test-app/src/frontend/tools/DriveToolManager.ts b/test-apps/ui-test-app/src/frontend/tools/DriveToolManager.ts index cbe87f8cfad5..f2ca196830a2 100644 --- a/test-apps/ui-test-app/src/frontend/tools/DriveToolManager.ts +++ b/test-apps/ui-test-app/src/frontend/tools/DriveToolManager.ts @@ -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";