Skip to content

Commit ed936e6

Browse files
chore: fix EditorConfig lint errors (issue #7542)
Signed-off-by: Lalit Narayan Yadav <[email protected]>
1 parent 01186a6 commit ed936e6

File tree

1 file changed

+11
-11
lines changed
  • lib/node_modules/@stdlib/_tools/github/user-repos/lib

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"protocol": "https",
3-
"hostname": "api.github.com",
4-
"port": 443,
5-
"pathname": "/",
6-
"page": 1,
7-
"last_page": "last",
8-
"per_page": 100,
9-
"query": "",
10-
"method": "GET",
11-
"useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-repos",
12-
"accept": "application/vnd.github.v3+json"
2+
"protocol": "https",
3+
"hostname": "api.github.com",
4+
"port": 443,
5+
"pathname": "/",
6+
"page": 1,
7+
"last_page": "last",
8+
"per_page": 100,
9+
"query": "",
10+
"method": "GET",
11+
"useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-repos",
12+
"accept": "application/vnd.github.v3+json"
1313
}

0 commit comments

Comments
 (0)