fix trivial issues #2
1 changed files with 3 additions and 3 deletions
6
aqi.el
6
aqi.el
|
@ -77,9 +77,9 @@
|
||||||
|
|
||||||
(defun aqi--city-cache-update (city)
|
(defun aqi--city-cache-update (city)
|
||||||
"Add or update cached data for a given CITY."
|
"Add or update cached data for a given CITY."
|
||||||
(progn (aqi--city-cache-clear city)
|
(aqi--city-cache-clear city)
|
||||||
(push (cons city (aqi-request city))
|
(push (cons city (aqi-request city))
|
||||||
aqi-cached-data)))
|
aqi-cached-data))
|
||||||
|
|
||||||
(defun aqi--city-cache-get (city)
|
(defun aqi--city-cache-get (city)
|
||||||
"Add or update cached data for a given CITY."
|
"Add or update cached data for a given CITY."
|
||||||
|
|
Loading…
Reference in a new issue