Skip to content

Commit 8120ad7

Browse files
committed
Fix newline formatting issue
1 parent 6e4eb51 commit 8120ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/imapflow/imapflow-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ client.mailboxDelete("INBOX.example");
4242
// $Expect Promise<StatusObject>
4343
client.status("INBOX", { uidNext: true });
4444

45-
client.fetchAll("1:*", { uid: true });
45+
client.fetchAll("1:*", { uid: true });

0 commit comments

Comments
 (0)