summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-09-17 20:58:54 -0700
committerBert Belder <bertbelder@gmail.com>2018-09-17 22:54:39 -0700
commit7553bcb74f56878b6e434db327f063fa25981258 (patch)
treee6910d9ed7998797aca099ef02a3f7758463c7fc
parent419a814f35d662feb128c347115b6a7c16e2cff7 (diff)
format
-rw-r--r--js/stat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stat.ts b/js/stat.ts
index a3ae553da..b2b18c57c 100644
--- a/js/stat.ts
+++ b/js/stat.ts
@@ -72,7 +72,7 @@ class FileInfoImpl implements FileInfo {
const created = this._msg.created().toFloat64();
const hasMode = this._msg.hasMode();
const mode = this._msg.mode(); // negative for invalid mode (Windows)
-
+
this._isFile = this._msg.isFile();
this._isSymlink = this._msg.isSymlink();
this.len = this._msg.len().toFloat64();