Skip to content

Commit

Permalink
[FIX] Unused alist-get value
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Dec 10, 2024
1 parent 6896ead commit 30492cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syncthing-draw.el
Original file line number Diff line number Diff line change
@@ -451,7 +451,6 @@
(when dev-conn
(setq connected (alist-get 'connected dev-conn))
(when connected
(alist-get 'connected dev-conn)
(cond ((string-match "relay" (alist-get 'type dev-conn))
(setq conn-type "Relay"))
((string-match "quic" (alist-get 'type dev-conn))

0 comments on commit 30492cf

Please sign in to comment.