mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 05:49:56 +08:00
go fmt
This commit is contained in:
@@ -323,7 +323,7 @@ func (vl *VolumeLayout) AddGrowRequest() {
|
||||
vl.growRequestCount++
|
||||
}
|
||||
func (vl *VolumeLayout) DoneGrowRequest() {
|
||||
vl.growRequestTime = time.Unix(0,0)
|
||||
vl.growRequestTime = time.Unix(0, 0)
|
||||
vl.growRequestCount = 0
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user