Skip to content

Commit bc6d37a

Browse files
committed
reverse prettier formatting for easier diffs
1 parent 57f59e6 commit bc6d37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class Client<
119119
*/
120120
constructor(
121121
private _clientInfo: Implementation,
122-
options?: ClientOptions
122+
options?: ClientOptions,
123123
) {
124124
super(options);
125125
this._capabilities = options?.capabilities ?? {};

0 commit comments

Comments
 (0)