Skip to content

Commit 25763d0

Browse files
chore(internal): formatting change
1 parent d4b8120 commit 25763d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ export class Morphik {
853853
documents: API.Documents = new API.Documents(this);
854854
chat: API.Chat = new API.Chat(this);
855855
}
856+
856857
Morphik.Ping = Ping;
857858
Morphik.Models = Models;
858859
Morphik.Ingest = Ingest;
@@ -873,6 +874,7 @@ Morphik.Local = Local;
873874
Morphik.Cloud = Cloud;
874875
Morphik.Documents = Documents;
875876
Morphik.Chat = Chat;
877+
876878
export declare namespace Morphik {
877879
export type RequestOptions = Opts.RequestOptions;
878880

0 commit comments

Comments
 (0)