mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
update gofumpt to 0.3.1 and reformat the repo (#17055)
* update gofumpt to 0.3.1 and reformat the repo * output the version of the formatter we're using
This commit is contained in:
@@ -36,11 +36,9 @@ const (
|
||||
// Verify PostgreSQLBackend satisfies the correct interfaces
|
||||
var _ physical.Backend = (*PostgreSQLBackend)(nil)
|
||||
|
||||
//
|
||||
// HA backend was implemented based on the DynamoDB backend pattern
|
||||
// With distinction using central postgres clock, hereby avoiding
|
||||
// possible issues with multiple clocks
|
||||
//
|
||||
var (
|
||||
_ physical.HABackend = (*PostgreSQLBackend)(nil)
|
||||
_ physical.Lock = (*PostgreSQLLock)(nil)
|
||||
|
||||
Reference in New Issue
Block a user