Skip to content

Commit 99d9916

Browse files
committed
refactor: revert style
1 parent a9fab89 commit 99d9916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = class Config {
4444
debug('visited: ', this.visited);
4545
}
4646

47-
clone() {
47+
clone () {
4848
return new Config(this);
4949
}
5050
};

0 commit comments

Comments
 (0)