From 3f539c4d07d95dbbea7f03d383602a454569b53a Mon Sep 17 00:00:00 2001 From: Daniel Edrisian Date: Tue, 19 Aug 2025 20:40:44 -0700 Subject: [PATCH] rm empty line --- codex-rs/tui/src/clipboard_paste.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/tui/src/clipboard_paste.rs b/codex-rs/tui/src/clipboard_paste.rs index c3d59201ce..365ad390c0 100644 --- a/codex-rs/tui/src/clipboard_paste.rs +++ b/codex-rs/tui/src/clipboard_paste.rs @@ -71,4 +71,3 @@ pub fn paste_image_to_temp_png() -> Result<(PathBuf, PastedImageInfo), PasteImag std::fs::write(&path, &png).map_err(|e| PasteImageError::IoError(e.to_string()))?; Ok((path, info)) } -