Remove multiple-empty-lines

This commit is contained in:
rejas
2019-06-05 10:03:28 +02:00
parent 8f1a212b52
commit 2bce15dc6e
9 changed files with 2 additions and 9 deletions

View File

@@ -165,7 +165,6 @@ Module.register("compliments", {
return wrapper;
},
// From data currentweather set weather type
setCurrentWeatherType: function(data) {
var weatherIconTable = {
@@ -191,7 +190,6 @@ Module.register("compliments", {
this.currentWeatherType = weatherIconTable[data.weather[0].icon];
},
// Override notification handler.
notificationReceived: function(notification, payload, sender) {
if (notification === "CURRENTWEATHER_DATA") {