Skip to content

Commit 068ad7f

Browse files
author
Mohsen Azimi
committed
pretty
1 parent 839892c commit 068ad7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/Stats.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,7 @@ class Stats {
748748
if (typeof obj.builtAt === "number") {
749749
const builtAtDate = new Date(obj.builtAt);
750750
colors.normal("Built at: ");
751-
colors.normal(
752-
builtAtDate.toLocaleDateString()
753-
);
751+
colors.normal(builtAtDate.toLocaleDateString());
754752
colors.normal(" ");
755753
colors.bold(builtAtDate.toLocaleTimeString());
756754
newline();

0 commit comments

Comments
 (0)