Skip to content

Commit

Permalink
Update experimental/plugins/auditlog_formatter_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: José Carlos Chávez <jcchavezs@gmail.com>
  • Loading branch information
jptosso and jcchavezs authored Aug 5, 2023
1 parent 26dde3d commit 59f6b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/plugins/auditlog_formatter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

type testFormatter struct{}

func (_ testFormatter) Format(al plugintypes.AuditLog) ([]byte, error) {
func (testFormatter) Format(al plugintypes.AuditLog) ([]byte, error) {
return []byte(al.Transaction().ID()), nil
}

Expand Down

0 comments on commit 59f6b81

Please sign in to comment.