Skip to content

Commit 0000c93

Browse files
phatedactions-user
authored andcommitted
chore: Run prettier
1 parent 27c71a9 commit 0000c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Timestamp() {
3737
Timestamp.prototype[util.inspect.custom] = function (depth, opts) {
3838
var timestamp = this.now.toLocaleTimeString('en', { hour12: false });
3939
return '[' + opts.stylize(timestamp, 'date') + ']';
40-
}
40+
};
4141

4242
function getTimestamp() {
4343
return util.inspect(new Timestamp(), { colors: hasColors() });

0 commit comments

Comments
 (0)