Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit 86b34ac

Browse files
committed
chore: use biome to format
1 parent 2902790 commit 86b34ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/client.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ import type { RewriteOptions } from './types';
1111
export class Rewrite {
1212
/** Low-level REST client instance. */
1313
public readonly rest: REST;
14-
14+
1515
/** Resolved API secret used for authentication. */
1616
private readonly secret: string;
1717

1818
/** API keys resource client. */
1919
public readonly apiKeys: APIKeys;
20-
20+
2121
/** Projects resource client. */
2222
public readonly projects: Projects;
23-
23+
2424
/** Templates resource client. */
2525
public readonly templates: Templates;
26-
26+
2727
/** Webhooks resource client. */
2828
public readonly webhooks: Webhooks;
2929

0 commit comments

Comments
 (0)