Skip to content

Commit

Permalink
Fix alignment of pkiValidator field
Browse files Browse the repository at this point in the history
Aligned the pkiValidator field with other struct fields for better readability. This change improves code consistency and maintains clean code standards.
  • Loading branch information
rolandgroen committed Nov 5, 2024
1 parent 69d17de commit ca6da44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vdr/vdr.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ type Module struct {
storageInstance storage.Engine
eventManager events.Event
// migrations are registered functions to simplify testing
migrations []migration
pkiValidator pki.Validator
migrations []migration
pkiValidator pki.Validator

// new style DID management
didsubject.Manager
Expand Down

0 comments on commit ca6da44

Please sign in to comment.