summaryrefslogtreecommitdiffstats
path: root/app/configuration
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-04 09:18:30 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-04 09:40:57 -0500
commit4ddda586452cb65560bba645ef30e92200633405 (patch)
tree9f7719b26e9360602f5a760721e79c886d74ec68 /app/configuration
parent1ca1d7e10ed0ef47206bb89f6dcc5778b1239519 (diff)
downloadphosphor-webui-4ddda586452cb65560bba645ef30e92200633405.tar.gz
phosphor-webui-4ddda586452cb65560bba645ef30e92200633405.zip
Move to clang-format-6.0
The docker image moved from clang-format-5.0 to clang-format-6.0. Change-Id: I3c615d7df1f21569531b4dc2cb0bc4f425cb43f8 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration')
-rw-r--r--app/configuration/controllers/date-time-controller.js1
-rw-r--r--app/configuration/controllers/firmware-controller.js1
-rw-r--r--app/configuration/controllers/network-controller.js2
-rw-r--r--app/configuration/index.js1
4 files changed, 0 insertions, 5 deletions
diff --git a/app/configuration/controllers/date-time-controller.js b/app/configuration/controllers/date-time-controller.js
index 5ec89ef..f743b6a 100644
--- a/app/configuration/controllers/date-time-controller.js
+++ b/app/configuration/controllers/date-time-controller.js
@@ -15,5 +15,4 @@ window.angular && (function(angular) {
$scope.dataService = dataService;
}
]);
-
})(angular);
diff --git a/app/configuration/controllers/firmware-controller.js b/app/configuration/controllers/firmware-controller.js
index f11edf9..80f3806 100644
--- a/app/configuration/controllers/firmware-controller.js
+++ b/app/configuration/controllers/firmware-controller.js
@@ -324,5 +324,4 @@ window.angular && (function(angular) {
$scope.loadFirmwares();
}
]);
-
})(angular);
diff --git a/app/configuration/controllers/network-controller.js b/app/configuration/controllers/network-controller.js
index 9905157..431b97e 100644
--- a/app/configuration/controllers/network-controller.js
+++ b/app/configuration/controllers/network-controller.js
@@ -150,7 +150,6 @@ window.angular && (function(angular) {
} else {
$scope.loading = false;
}
-
};
function setMACAddress() {
@@ -269,5 +268,4 @@ window.angular && (function(angular) {
}
}
]);
-
})(angular);
diff --git a/app/configuration/index.js b/app/configuration/index.js
index 632b895..e9bab01 100644
--- a/app/configuration/index.js
+++ b/app/configuration/index.js
@@ -37,5 +37,4 @@ window.angular && (function(angular) {
});
}
]);
-
})(window.angular);
OpenPOWER on IntegriCloud