aboutsummaryrefslogtreecommitdiff
path: root/buildbot-view.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2023-03-27 15:34:18 +1100
committerYuchen Pei <hi@ypei.me>2023-03-27 15:34:18 +1100
commitc79dd7c405cf170996e881a422f848ed3d5e015a (patch)
tree0549dd47bd2e428d096cd7aa23fa756809e5ebd2 /buildbot-view.el
parent47521e266136087846ef928c1377e6a0e4630ce8 (diff)
linting
Diffstat (limited to 'buildbot-view.el')
-rw-r--r--buildbot-view.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/buildbot-view.el b/buildbot-view.el
index 8c6e2df..2b6e52e 100644
--- a/buildbot-view.el
+++ b/buildbot-view.el
@@ -1,5 +1,6 @@
;; -*- lexical-binding: t; -*-
(require 'buildbot-utils)
+(require 'buildbot-client)
(defvar buildbot-view-header-regex "^\\[.*\\]$")
(defvar buildbot-view-branch-change-limit 10)
@@ -43,10 +44,6 @@
(alist-get 'failure stats)
(alist-get 'pending stats)))
-(defun buildbot-view-format-state-string (state-string)
- (propertize state-string
- 'face (buildbot-get-face-for-state-string (state-string))))
-
(defun buildbot-view-format-build (build)
(propertize
(format "\n[%s | %s]\n%s"