From 9e05065a79cb615de7fadb0f1678f766cf233188 Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Sat, 29 Jun 2024 01:13:19 +0800 Subject: [PATCH] fmt --- trace/trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace/trace.go b/trace/trace.go index d49dba2..1d73347 100644 --- a/trace/trace.go +++ b/trace/trace.go @@ -42,7 +42,7 @@ type Config struct { AsyncPrinter func(res *Result) PktSize int Maptrace bool - DontFragment bool + DontFragment bool } type Method string