Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
biazmoreira committed Jan 8, 2025
1 parent b5d697f commit 114c46b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vault/logical_system_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ var (
return nil
}

sysInitialize = func(b *SystemBackend) func(context.Context, *logical.InitializationRequest) error {
return ceSysInitialize(b)
}
sysInitialize = ceSysInitialize

sysClean = func(b *SystemBackend) func(context.Context) {
return nil
Expand Down

0 comments on commit 114c46b

Please sign in to comment.