提交 a5b87690 编写于 作者: W wim_spaargaren@live.nl

Formatting issue

上级 7e5a2a2a
......@@ -24,7 +24,7 @@ export class HistoryNavigator<T> implements INavigator<T> {
}
public addIfNotPresent(t: T) {
if(!this._history.contains(t)) {
if (!this._history.contains(t)) {
this.add(t);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册