From 7553bcb74f56878b6e434db327f063fa25981258 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 17 Sep 2018 20:58:54 -0700 Subject: format --- js/stat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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(); -- cgit v1.2.3