From a5b876903ac58607e4240ff1a31724cc72fa9102 Mon Sep 17 00:00:00 2001 From: "wim_spaargaren@live.nl" Date: Tue, 7 Mar 2017 07:54:18 +0100 Subject: [PATCH] Formatting issue --- src/vs/base/common/history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/base/common/history.ts b/src/vs/base/common/history.ts index 6eba18a69c0..22e921b8d77 100644 --- a/src/vs/base/common/history.ts +++ b/src/vs/base/common/history.ts @@ -24,7 +24,7 @@ export class HistoryNavigator implements INavigator { } public addIfNotPresent(t: T) { - if(!this._history.contains(t)) { + if (!this._history.contains(t)) { this.add(t); } } -- GitLab