summaryrefslogtreecommitdiff
path: root/web/src/containers/status/Change.jsx
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2020-08-21 10:51:58 +0100
committerSorin Sbarnea <ssbarnea@redhat.com>2020-11-20 09:39:31 +0000
commitebad14f1f97821e80e957e94d34ddafdefb0c724 (patch)
tree21960125b686e83853bed9f0de57fdfeb9a0104a /web/src/containers/status/Change.jsx
parent789f419595e5efa8805f6e698c7138164bb077c8 (diff)
downloadzuul-ebad14f1f97821e80e957e94d34ddafdefb0c724.tar.gz
Consolidate js/jsx indentation
Previously indentation was not checked at all and in order to avoid reviewers time with style checks, we can enforce it with eslint. Current js/jsx changes were made by: yarn lint-fix Note this this change can easily become outdated so we need to coordinate and merge it quickly as each rebase would loose previous votes. Change-Id: I85883fc8db924ad4ce9acad5acdd42aed7e4d0e4
Diffstat (limited to 'web/src/containers/status/Change.jsx')
-rw-r--r--web/src/containers/status/Change.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/src/containers/status/Change.jsx b/web/src/containers/status/Change.jsx
index b4d9be31d..30043d103 100644
--- a/web/src/containers/status/Change.jsx
+++ b/web/src/containers/status/Change.jsx
@@ -51,9 +51,9 @@ class Change extends React.Component {
}
}
const icon = (
- <span
- className={'zuul-build-status ' + iconGlyph}
- title={iconTitle} />
+ <span
+ className={'zuul-build-status ' + iconGlyph}
+ title={iconTitle} />
)
if (change.live) {
return (