mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 20:00:05 +01:00
Eslint operator spacing config (#1109)
* Eslint operator spacing config * consistent spacing after comma * comma styling config * Trailing spaces config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// add steps to the sequencer
|
||||
function AddStep(_sequencer, name, o) {
|
||||
return require('./InsertStep')(_sequencer,-1,name,o);
|
||||
return require('./InsertStep')(_sequencer, -1, name, o);
|
||||
}
|
||||
module.exports = AddStep;
|
||||
|
||||
Reference in New Issue
Block a user