Skip to content

Commit 6894b06

Browse files
committed
lint
1 parent 57c7c29 commit 6894b06

File tree

1 file changed

+1
-1
lines changed
  • apps/twig/src/main/services/app-lifecycle

1 file changed

+1
-1
lines changed

apps/twig/src/main/services/app-lifecycle/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { app } from "electron";
22
import { injectable } from "inversify";
33
import { ANALYTICS_EVENTS } from "../../../types/analytics.js";
4-
import { withTimeout } from "../../lib/async.js";
54
import { container } from "../../di/container.js";
5+
import { withTimeout } from "../../lib/async.js";
66
import { logger } from "../../lib/logger.js";
77
import { shutdownPostHog, trackAppEvent } from "../posthog-analytics.js";
88

0 commit comments

Comments
 (0)