Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeAbby committed Jan 2, 2025
1 parent 1df9a5f commit 3e9f701
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/foundry/client/pixi/placeables/template.d.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { RequiredProps , InstanceType } from "../../../../utils/index.d.mts";
import type { RequiredProps, InstanceType } from "../../../../utils/index.d.mts";
import type { ConfiguredObjectClassOrDefault } from "../../config.d.mts";

declare global {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import type { InterfaceToObject, AnyObject, RemoveIndexSignatures, InstanceType } from "../../../../../../utils/index.d.mts";
import type {
InterfaceToObject,
AnyObject,
RemoveIndexSignatures,
InstanceType,
} from "../../../../../../utils/index.d.mts";

declare abstract class AnyAbstractWeatherShader extends AbstractWeatherShader {
constructor(arg0: never, ...args: never[]);
Expand Down

0 comments on commit 3e9f701

Please sign in to comment.