[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -35,7 +35,7 @@ define(
|
||||
bundle: { path: "x", resources: "y" },
|
||||
template: "<span>bar</span>",
|
||||
key: "xyz",
|
||||
attributes: [ "someAttr", "someOtherAttr" ]
|
||||
attributes: ["someAttr", "someOtherAttr"]
|
||||
}
|
||||
],
|
||||
mctContainer;
|
||||
@@ -85,4 +85,4 @@ define(
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user