Skip to content

Commit 4f80824

Browse files
committed
chore: gofmt manager.go to fix lint error
1 parent 3b14dc4 commit 4f80824

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

internal/config/manager.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,12 @@ func (m *Manager) RebuildReferences() error {
113113
// 3. Update any inconsistent references
114114
return nil
115115
}
116+
116117
// VaultRoot returns the root directory of the vault.
117118
func (m *Manager) VaultRoot() string {
118-
return m.vaultRoot
119+
return m.vaultRoot
119120
}
121+
120122
// Helper function to load a file manifest
121123
func loadFileManifest(path string) (*FileManifest, error) {
122124
// Read manifest file

0 commit comments

Comments
 (0)