From c328513410adaa1bc1f82fec7fe9a4d90599bb92 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 29 Nov 2021 00:03:26 +0000 Subject: [PATCH] fix: remove space, should now match --- docs/docs/contributing-segment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing-segment.md b/docs/docs/contributing-segment.md index aaa21f5d..fb020d2d 100644 --- a/docs/docs/contributing-segment.md +++ b/docs/docs/contributing-segment.md @@ -27,7 +27,7 @@ const ( ) func (n *new) enabled() bool { - true + true } func (n *new) string() string {