Skip to content

Commit 7320956

Browse files
author
Hauke Broer
committed
fix prettier error
1 parent a9e2ff1 commit 7320956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/example/service/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { token } from "../../ioc/token";
2-
import { MyOtherService } from "./my-other-service";
1+
import {token} from "../../ioc/token";
2+
import {MyOtherService} from "./my-other-service";
33

44
export const TYPE = {
55
MyService: Symbol("MyService"),

0 commit comments

Comments
 (0)