Skip to content

Commit a0a469d

Browse files
committed
Fix style.
1 parent 6891936 commit a0a469d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test-common.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,9 +1102,9 @@ function createDocumentLoader(test) {
11021102
if(Array.isArray(linkHeader)) {
11031103
linkHeader = linkHeader.join(',');
11041104
}
1105-
const linkHeaders = jsonld.parseLinkHeader(
1106-
linkHeader)
1107-
const linkedContext = linkHeaders['http://www.w3.org/ns/json-ld#context'];
1105+
const linkHeaders = jsonld.parseLinkHeader(linkHeader);
1106+
const linkedContext =
1107+
linkHeaders['http://www.w3.org/ns/json-ld#context'];
11081108
if(linkedContext && contentType !== 'application/ld+json') {
11091109
if(Array.isArray(linkedContext)) {
11101110
throw {name: 'multiple context link headers'};

0 commit comments

Comments
 (0)