rm empty line

This commit is contained in:
Daniel Edrisian
2025-08-19 20:40:44 -07:00
parent ae27220198
commit 3f539c4d07

View File

@@ -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))
}