Skip to content

Commit 304e79c

Browse files
committed
Fixed #2, fixed jshint report error
1 parent 46390aa commit 304e79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var parser = require('posthtml-parser');
22
var fs = require('fs');
33
var path = require('path');
44

5-
module.exports = function (options) {
5+
module.exports = function(options) {
66
options = options || {};
77
options.root = options.root || './';
88
options.encoding = options.encoding || 'utf-8';

0 commit comments

Comments
 (0)