Skip to content

Commit

Permalink
update platform010 & platform010-aarch64 symlinks
Browse files Browse the repository at this point in the history
Summary: Upgrade toolchain to 1.83.0

Reviewed By: dtolnay

Differential Revision: D67041293

fbshipit-source-id: 6b8039d953e044d51ab61d3c5c4fadf442eb166b
  • Loading branch information
capickett authored and facebook-github-bot committed Dec 18, 2024
1 parent 2298984 commit 6e6367e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eden/mononoke/scs/client/src/commands/async_requests_ping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ impl Render for PingOutput {
type Args = CommandArgs;

fn render(&self, _args: &Self::Args, w: &mut dyn Write) -> Result<()> {
writeln!(w, "received: {}", self.response.payload)?;
Ok(())
Ok(writeln!(w, "received: {}", self.response.payload)?)
}

fn render_json(&self, _args: &Self::Args, w: &mut dyn Write) -> Result<()> {
Expand Down

0 comments on commit 6e6367e

Please sign in to comment.