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

---
 bindings/notifications.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/notifications.go b/bindings/notifications.go
index 63885e83b..55d262aca 100644
--- a/bindings/notifications.go
+++ b/bindings/notifications.go
@@ -36,7 +36,7 @@ func (nfmr *NotificationForMeReport) Source() []byte {
 // NotificationForMe Check if a notification received is for me
 // It returns a NotificationForMeReport which contains a ForMe bool stating if it is for the caller,
 // a Type, and a source. These are as follows:
-//	TYPE       	SOURCE				DESCRIPTION
+//	TYPE       	SOURCE			DESCRIPTION
 // 	"default"	recipient user ID	A message with no association
 //	"request"	sender user ID		A channel request has been received
 //	"confirm"	sender user ID		A channel request has been accepted 
-- 
GitLab