Skip to content

Commit

Permalink
fix comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 30, 2018
1 parent 29a8460 commit 349c4c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ exports.HOSTS = WINDOWS
? 'C:/Windows/System32/drivers/etc/hosts'
: '/etc/hosts'

/**
* Get a list of the lines that make up the filePath. If the
* `preserveFormatting` parameter is true, then include comments, blank lines
* and other non-host entries in the result.
*
* @param {boolean} preserveFormatting
* @param {function(err, lines)=} cb
*/
/**
* Get a list of the lines that make up the filePath. If the
* `preserveFormatting` parameter is true, then include comments, blank lines
* and other non-host entries in the result.
*
* @param {boolean} preserveFormatting
* @param {function(err, lines)=} cb
*/

exports.getFile = function (filePath, preserveFormatting, cb) {
var lines = []
Expand Down

0 comments on commit 349c4c9

Please sign in to comment.