From 6b2d567abe131d72f1450683f4bb12e5dce37d33 Mon Sep 17 00:00:00 2001 From: Milo Turner Date: Mon, 2 Mar 2020 16:11:20 -0500 Subject: [PATCH] rustfmt --- hptp/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hptp/src/lib.rs b/hptp/src/lib.rs index c7021a4..9b711df 100644 --- a/hptp/src/lib.rs +++ b/hptp/src/lib.rs @@ -1,2 +1,2 @@ pub const SEND_GREETING: &'static str = "*pat*"; -pub const RECV_GREETING: &'static str = "owo"; \ No newline at end of file +pub const RECV_GREETING: &'static str = "owo";