Skip to content

Commit 7ab20db

Browse files
remove extra newline
1 parent 0fc237a commit 7ab20db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
633633
});
634634

635635
const buffer = Buffer.concat(await finalCommand.toBin());
636+
636637
if (this.socket.write(buffer)) return;
637-
638638
return await once(this.socket, 'drain');
639639
}
640640

0 commit comments

Comments
 (0)