[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -39,7 +39,7 @@ define(
|
||||
* @param {ActionContext} context the context for this action
|
||||
*/
|
||||
function RestartTimerAction(now, context) {
|
||||
AbstractStartTimerAction.apply(this, [ now, context ]);
|
||||
AbstractStartTimerAction.apply(this, [now, context]);
|
||||
}
|
||||
|
||||
RestartTimerAction.prototype =
|
||||
|
||||
Reference in New Issue
Block a user