Skip to content

Commit

Permalink
fix intended whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
aluanhaddad committed Feb 13, 2018
1 parent f72deb0 commit e1358b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorators.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export function processContent(processor: boolean | Function): any {
* element container.
*/
export function containerless(target?): any {
let deco = function (t) {
let deco = function(t) {
let r = metadata.getOrCreateOwn(metadata.resource, HtmlBehaviorResource, t);
r.containerless = true;
};
Expand Down

0 comments on commit e1358b0

Please sign in to comment.