From 355b6fbe2563367eb7ce5526bc73a1406b7edefc Mon Sep 17 00:00:00 2001 From: rearman Date: Thu, 5 Mar 2026 10:45:24 -0500 Subject: [PATCH] Formatting --- re/re-pass-alike.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/re/re-pass-alike.el b/re/re-pass-alike.el index 01ba9bd..09396e5 100644 --- a/re/re-pass-alike.el +++ b/re/re-pass-alike.el @@ -89,7 +89,6 @@ Also assumes the file is in `~/.password-store' and has the `.gpg' extension." "Copy the returned totp code to the clipboard." (interactive) (kill-new (get-totp filename))) - ;; Find password from pass(1) entry @@ -102,7 +101,6 @@ Assumes same structure as `pass(1)'." "Copy the returned password to the clipboard." (interactive) (kill-new (get-password filename))) - ;; Password generation -- 2.39.5