Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit fb6d18a

Browse files
author
zhaoyunfeng
committed
lint: fix lint error.
1 parent d6ffd55 commit fb6d18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/client.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ tap.test('search paged', { timeout: 10000 }, function (t) {
806806
countEntries += 1
807807
}
808808

809-
function pageListener(result) {
809+
function pageListener (result) {
810810
countPages += 1
811811
if (countPages < 10) {
812812
t2.equal(result.messageID, currentSearchRequest.messageID)

0 commit comments

Comments
 (0)