Skip to content

Commit

Permalink
Reorder os module
Browse files Browse the repository at this point in the history
  • Loading branch information
sethlu authored Jul 14, 2017
1 parent fd8991a commit 0ea7b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util-entitlements.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

'use strict'

const os = require('os')
const path = require('path')

const plist = require('plist')
const os = require('os')

const util = require('./util')
const debuglog = util.debuglog
Expand Down

0 comments on commit 0ea7b7c

Please sign in to comment.