Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 6, 2018
1 parent 9d18c51 commit 40fea4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/dag-node/create.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
'use strict'

const sort = require('stable')
const {
serialize
} = require('../util.js')
const dagNodeUtil = require('./util.js')
const linkSort = dagNodeUtil.linkSort
const DAGNode = require('./index.js')
Expand Down
1 change: 0 additions & 1 deletion src/dag-node/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict'

const assert = require('assert')
const withIs = require('class-is')

class DAGNode {
Expand Down

0 comments on commit 40fea4f

Please sign in to comment.