From c6d689479c61c42b7ba261625f1aa1673430d8ce Mon Sep 17 00:00:00 2001
From: Benjamin Wenger <ben@privategrity.com>
Date: Thu, 9 Dec 2021 18:02:11 +0000
Subject: [PATCH] fixed formatting

---
 bindings/notifications.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bindings/notifications.go b/bindings/notifications.go
index ba3900f5b..733e87c1d 100644
--- a/bindings/notifications.go
+++ b/bindings/notifications.go
@@ -38,8 +38,8 @@ func (nfmr *NotificationForMeReport) Source() []byte {
 // a Type, and a source. These are as follows:
 //	TYPE       	DESCRIPTION							SOURCE
 // 	"default"	A message with no association		recipient user ID
-//  "request"	A channel request has been received recipient user ID
-//  "confirm"	A channel request has been accepted sender user ID
+//	"request"	A channel request has been received recipient user ID
+//	"confirm"	A channel request has been accepted sender user ID
 //	"rekey"		keys with a user have been rotated	sender user ID
 //	"e2e"		reception of an E2E message			sender user ID
 //	"group"		eception of a group chat message	group ID
-- 
GitLab