Skip to content

Commit d6707fb

Browse files
committed
chore: update prettier formatting
1 parent fd14686 commit d6707fb

File tree

1 file changed

+2
-2
lines changed
  • packages/isaac-typescript-definitions/src/types/classes

1 file changed

+2
-2
lines changed

packages/isaac-typescript-definitions/src/types/classes/Font.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ declare interface Font extends IsaacAPIClass {
2727
renderColor: KColor,
2828
boxWidth?: int,
2929
center?: boolean,
30-
) => void) &
31-
((
30+
) => void)
31+
& ((
3232
str: string,
3333
positionX: float,
3434
positionY: float,

0 commit comments

Comments
 (0)