mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
rm empty line
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user