Skip to content

Commit

Permalink
standard --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Apr 28, 2022
1 parent 0e7c23b commit 1e2414c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generate-snapshot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var fs = require('fs')
var jsonfeedToAtom = require('./')
var jsonfeedToAtomObj = require('./jsonfeed-to-atom-object')
var testFeed = require('./test-feed.json')
const fs = require('fs')
const jsonfeedToAtom = require('./')
const jsonfeedToAtomObj = require('./jsonfeed-to-atom-object')
const testFeed = require('./test-feed.json')

const atomObj = jsonfeedToAtomObj(testFeed)
const atomFeed = jsonfeedToAtom(testFeed)
Expand Down

0 comments on commit 1e2414c

Please sign in to comment.