Skip to content

Commit

Permalink
Update lib/jsonld.js
Browse files Browse the repository at this point in the history
Co-Authored-By: David I. Lehn <dil@lehn.org>
  • Loading branch information
gkellogg and davidlehn committed Mar 5, 2020
1 parent bde3b26 commit d33ad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsonld.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d33ad5f

Please sign in to comment.