From d33ad5f91591fde165352da632a91c99c5b354dd Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Tue, 3 Mar 2020 07:32:19 -0800 Subject: [PATCH] Update lib/jsonld.js Co-Authored-By: David I. Lehn --- lib/jsonld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonld.js b/lib/jsonld.js index 8ed2e060..1b17254e 100644 --- a/lib/jsonld.js +++ b/lib/jsonld.js @@ -34,7 +34,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ const canonize = require('rdf-canonize'); -const contentType = require ('content-type'); +const contentType = require('content-type'); const util = require('./util'); const ContextResolver = require('./ContextResolver'); const IdentifierIssuer = util.IdentifierIssuer;