Skip to content

Commit e7cfa23

Browse files
committed
Forgot end of lines
1 parent 39cd2e6 commit e7cfa23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/queries-logic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const UF_TABLE_SEPARATOR = " | ";
1919
const FORKS_PER_PAGE = 100; // enforced by GitHub API
2020

2121
/* Variables that should be cleared for every new query. */
22-
let INITIAL_QUERY_USER = ""
23-
let REQUESTS_COUNTER = 0
22+
let INITIAL_QUERY_USER = "";
23+
let REQUESTS_COUNTER = 0;
2424

2525

2626
function allRequestsAreDone() {

0 commit comments

Comments
 (0)