mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 17:43:35 +08:00
formatting code by: goimports -w=true .
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package sequence
|
||||
|
||||
import ()
|
||||
|
||||
type Sequencer interface {
|
||||
NextFileId(count int) (uint64, int)
|
||||
SetMax(uint64)
|
||||
|
Reference in New Issue
Block a user