mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
@@ -43,8 +43,10 @@ var _ physical.Backend = (*PostgreSQLBackend)(nil)
|
||||
// With distinction using central postgres clock, hereby avoiding
|
||||
// possible issues with multiple clocks
|
||||
//
|
||||
var _ physical.HABackend = (*PostgreSQLBackend)(nil)
|
||||
var _ physical.Lock = (*PostgreSQLLock)(nil)
|
||||
var (
|
||||
_ physical.HABackend = (*PostgreSQLBackend)(nil)
|
||||
_ physical.Lock = (*PostgreSQLLock)(nil)
|
||||
)
|
||||
|
||||
// PostgreSQL Backend is a physical backend that stores data
|
||||
// within a PostgreSQL database.
|
||||
|
||||
Reference in New Issue
Block a user