Skip to content

Commit 0ad222e

Browse files
committed
Fix standard linting issues
1 parent 6941cf0 commit 0ad222e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/handlers/patch/n3-patch-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function parsePatchDocument (targetURI, patchURI, patchText) {
1919
}
2020

2121
// Query the N3 document for insertions and deletions
22-
let firstResult;
22+
let firstResult
2323
try {
2424
firstResult = await queryForFirstResult(patchGraph, `${PREFIXES}
2525
SELECT ?insert ?delete ?where WHERE {

lib/models/account-manager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict'
22

33
const url = require('url')
4-
const path = require('path')
54
const rdf = require('rdflib')
65
const ns = require('solid-namespace')(rdf)
76

0 commit comments

Comments
 (0)