Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Volkan Ozcelik <me@volkan.io>
  • Loading branch information
v0lkan committed Jun 3, 2024
1 parent 48d4079 commit ba9c9ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/audit/journal/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
>/' SPDX-License-Identifier: BSD-2-Clause
*/

package journal

import (
"github.com/vmware-tanzu/secrets-manager/core/audit/state"
"github.com/vmware-tanzu/secrets-manager/core/log/std"
)

Expand All @@ -23,4 +26,4 @@ func printAudit(correlationId string, e state.Event,
"spiffeid:[["+spiffeid+"]],"+
"payload:[["+payload+"]]}}",
)
}
}

0 comments on commit ba9c9ec

Please # to comment.