Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Sep 22, 2023
1 parent c3c6873 commit 9c00f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/wingsdk/src/util/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -171,5 +171,5 @@ export class Util {
public static _toInflightType(): string {
return InflightClient.forType(__filename, this.name);
}
private constructor() { }
private constructor() {}
}

0 comments on commit 9c00f7e

Please sign in to comment.