Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
HiramSilvey committed Dec 6, 2024
1 parent 3f63e05 commit 4444f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faults/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package faults provides common headers and client-side fault injection functionality.
package faults

import (
Expand All @@ -9,7 +10,6 @@ import (
"time"
)

// Function signatures for use in protocol-specific dependency injection.
type GetHeaderFn func(key string) string
type ResumeFn func() (interface{}, error)
type ResponseFn func(code int, message string) (interface{}, error)
Expand Down

0 comments on commit 4444f33

Please sign in to comment.