From e4ab358bfbc447ecc89101d714a97bc837cecbda Mon Sep 17 00:00:00 2001 From: anishnaik Date: Thu, 3 Aug 2023 14:55:06 -0400 Subject: [PATCH] fix formatting --- fuzzing/executiontracer/execution_trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzing/executiontracer/execution_trace.go b/fuzzing/executiontracer/execution_trace.go index ba334b9a..287ce52c 100644 --- a/fuzzing/executiontracer/execution_trace.go +++ b/fuzzing/executiontracer/execution_trace.go @@ -369,7 +369,7 @@ func (t *ExecutionTrace) Log() *logging.LogBuffer { buffer.Append(colors.Bold, "[Logs]", colors.Reset, "\n") buffer.Append(logs...) } - + return buffer }