From 92d56ce491c21ec19c38e19e74021f7d0b204edb Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 23 Jan 2022 09:08:45 -0800 Subject: [PATCH] Fix for linting error --- mesh.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mesh.proto b/mesh.proto index fef1995..d0e4617 100644 --- a/mesh.proto +++ b/mesh.proto @@ -530,10 +530,10 @@ message Data { */ fixed32 reply_id = 7; - /* - * Defaults to false. If true, then what is in the payload should be treated as an emoji like giving - * a message a heart or poop emoji. - */ + /* + * Defaults to false. If true, then what is in the payload should be treated as an emoji like giving + * a message a heart or poop emoji. + */ bool is_tapback = 8; }