[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -90,9 +90,9 @@ define(
|
||||
return candidate.someKey !== 'b';
|
||||
});
|
||||
expect(decorator.getActions(testContext))
|
||||
.toEqual([ testActions[0], testActions[2] ]);
|
||||
.toEqual([testActions[0], testActions[2]]);
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user