internal/trace: go fmt

Change-Id: I6a6a636c8f14008d3da6c526be10fa3386d4ec32
Reviewed-on: https://go-review.googlesource.com/c/go/+/722522
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
Michael Pratt 2025-11-20 16:25:40 -05:00
parent f87aaec53d
commit c851827c68

View file

@ -7,8 +7,8 @@ package testtrace
import (
"flag"
"fmt"
"io"
"internal/trace/raw"
"io"
"os"
"testing"
)