Skip to content

Commit b0c7ecb

Browse files
committed
fix: gofumpt formatting + go mod tidy
1 parent 945eac1 commit b0c7ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/trace/cli/agent/external/capabilities.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (w *wrappedAgent) IsPreview() bool { return w.ea.IsPreview() }
5454
func (w *wrappedAgent) DetectPresence(ctx context.Context) (bool, error) {
5555
return w.ea.DetectPresence(ctx)
5656
}
57-
func (w *wrappedAgent) ProtectedDirs() []string { return w.ea.ProtectedDirs() }
57+
func (w *wrappedAgent) ProtectedDirs() []string { return w.ea.ProtectedDirs() }
5858
func (w *wrappedAgent) ReadTranscript(ref string) ([]byte, error) { return w.ea.ReadTranscript(ref) }
5959

6060
func (w *wrappedAgent) ChunkTranscript(ctx context.Context, c []byte, m int) ([][]byte, error) {

0 commit comments

Comments
 (0)