Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 committed Nov 18, 2024
1 parent 1b67c36 commit 2b97eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb_client/src/server/device_commands/framebuffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl ADBServerDevice {
}

/// Dump framebuffer of this device and return corresponding bytes.
///
///
/// Output data format is currently only `PNG`.
pub fn framebuffer_bytes<W: Write + Seek>(&mut self, mut writer: W) -> Result<()> {
let img = self.framebuffer_inner()?;
Expand Down

0 comments on commit 2b97eda

Please sign in to comment.