Skip to content

Commit

Permalink
iotjs: Fixup style
Browse files Browse the repository at this point in the history
To be squashed on rebase

Change-Id: Icfdebbfffdcb862acbded43ef769b6010176be03
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
rzr committed Nov 14, 2018
1 parent 91aefef commit cf227e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webthing.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module.exports = {
};

module.exports.MultipleThings = module.exports.server.MultipleThings;
module.exports.SingleThing = module.exports.server.SingleThing;
module.exports.SingleThing = module.exports.server.SingleThing;
module.exports.WebThingServer = module.exports.server.WebThingServer;

0 comments on commit cf227e7

Please sign in to comment.