Skip to content

Commit 4cb5682

Browse files
ImriKochWixclaude
andcommitted
chore(actor): drop duplicate blank lines in actor.ts
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent dce51fa commit 4cb5682

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/actor.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
import type { Base44Client } from "./client";
1313

14-
1514
/**
1615
* A single client connection. `Send` is the message type this connection accepts
1716
* via {@link send} — the actor's *outgoing* (server→client) messages.
@@ -37,7 +36,6 @@ export interface Storage {
3736
deleteAll(): Promise<void>;
3837
}
3938

40-
4139
/**
4240
* Base class for an Actor.
4341
*
@@ -110,5 +108,4 @@ export abstract class Actor<Incoming = unknown, Outgoing = unknown> {
110108
protected get client(): Base44Client {
111109
throw new Error("Actor.client is only available inside a deployed actor");
112110
}
113-
114111
}

0 commit comments

Comments
 (0)