Skip to content

Commit 6875c67

Browse files
committed
Fix formatting in perf_linux.go to comply with gofumpt standards
1 parent d6e84e6 commit 6875c67

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

internal/pkg/instrumentation/perf/perf_linux.go

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ import (
1010
)
1111

1212
// Re-export the types from github.com/cilium/ebpf/perf.
13-
type Record = perf.Record
14-
type Reader = perf.Reader
15-
type ReaderOptions = perf.ReaderOptions
13+
type (
14+
Record = perf.Record
15+
Reader = perf.Reader
16+
ReaderOptions = perf.ReaderOptions
17+
)
1618

1719
// Re-export the functions from github.com/cilium/ebpf/perf.
1820
// NewReader is a re-export of perf.NewReader.

0 commit comments

Comments
 (0)