mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 10:12:35 +00:00 
			
		
		
		
	Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
		| @@ -380,5 +380,7 @@ func (r *LifetimeWatcher) calculateGrace(leaseDuration time.Duration) { | ||||
| 	r.grace = time.Duration(jitterMax) + time.Duration(uint64(r.random.Int63())%uint64(jitterMax)) | ||||
| } | ||||
|  | ||||
| type Renewer = LifetimeWatcher | ||||
| type RenewerInput = LifetimeWatcherInput | ||||
| type ( | ||||
| 	Renewer      = LifetimeWatcher | ||||
| 	RenewerInput = LifetimeWatcherInput | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brian Kassouf
					Brian Kassouf