diff --git a/libs/wingsdk/src/util/util.ts b/libs/wingsdk/src/util/util.ts index 9884d54ccdb..e9d31a9b152 100644 --- a/libs/wingsdk/src/util/util.ts +++ b/libs/wingsdk/src/util/util.ts @@ -25,7 +25,7 @@ export interface WaitUntilProps { * `util.busyWait`. * @inflight `@winglang/sdk.util.IPredicateHandlerClient` */ -export interface IPredicateHandler extends IResource { } +export interface IPredicateHandler extends IResource {} /** * Inflight client for `IPredicateHandler`. @@ -171,5 +171,5 @@ export class Util { public static _toInflightType(): string { return InflightClient.forType(__filename, this.name); } - private constructor() { } + private constructor() {} }