clang-format-11: reformat
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I74d01806faf1884b8077c6c5c841ef194ff0b021
diff --git a/app/common/services/toastService.js b/app/common/services/toastService.js
index 0718e4d..a4ad995 100644
--- a/app/common/services/toastService.js
+++ b/app/common/services/toastService.js
@@ -15,9 +15,10 @@
function(ngToast, $sce) {
function initToast(
type = 'create', title = '', message = '', dismissOnTimeout = false) {
- const iconStatus = type === 'success' ?
- 'on' :
- type === 'danger' ? 'error' : type === 'warning' ? 'warn' : null;
+ const iconStatus = type === 'success' ? 'on' :
+ type === 'danger' ? 'error' :
+ type === 'warning' ? 'warn' :
+ null;
const content = $sce.trustAsHtml(`
<div role="alert" class="alert-content-container">
<status-icon ng-if="${iconStatus !== null}"