From 4911d46834fce8161690850783ec51d83cc36683 Mon Sep 17 00:00:00 2001
From: Evan Phoenix <evan@hashicorp.com>
Date: Tue, 14 Nov 2023 10:09:00 -0600
Subject: [PATCH] Update intlogger.go

Co-authored-by: Paul Banks <banks@banksco.de>
---
 intlogger.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/intlogger.go b/intlogger.go
index 05d4385..0f63466 100644
--- a/intlogger.go
+++ b/intlogger.go
@@ -86,7 +86,7 @@ type intLogger struct {
 	// if the level sync process should be run by comparing it with ownEpoch
 	curEpoch *uint64
 
-	//The logger this one was created from. Only set when syncParentLevel is set
+	// The logger this one was created from. Only set when syncParentLevel is set
 	parent *intLogger
 
 	headerColor ColorOption