Skip to content

Commit 9e14ef7

Browse files
chore(internal): formatting change
1 parent 9c611b7 commit 9e14ef7

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
@@ -761,10 +761,12 @@ export class Supermemory {
761761
settings: API.Settings = new API.Settings(this);
762762
connections: API.Connections = new API.Connections(this);
763763
}
764+
764765
Supermemory.Memories = Memories;
765766
Supermemory.Search = Search;
766767
Supermemory.Settings = Settings;
767768
Supermemory.Connections = Connections;
769+
768770
export declare namespace Supermemory {
769771
export type RequestOptions = Opts.RequestOptions;
770772

0 commit comments

Comments
 (0)