From d28750a980985101799af6947bc3274dca026ad9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 18 Jul 2023 00:59:59 -0400 Subject: remove unnecessary line --- src/bin/rbw/commands.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/rbw/commands.rs b/src/bin/rbw/commands.rs index af08657..814dd74 100644 --- a/src/bin/rbw/commands.rs +++ b/src/bin/rbw/commands.rs @@ -752,8 +752,6 @@ fn clipboard_store(val: &str) -> anyhow::Result<()> { anyhow::anyhow!("Couldn't store value to clipboard: {e}") })?; - let _ = ctx.get_contents(); - Ok(()) } -- cgit v1.2.3-54-g00ecf