forked from mirror/go.uuid
go fmt
This commit is contained in:
parent
1034b5a0be
commit
56bfdc9ea4
|
@ -97,7 +97,7 @@ func TestNewV1(t *testing.T) {
|
|||
|
||||
oldFunc := uuid.GetEpochFunc()
|
||||
|
||||
uuid.SetEpochFunc(func() uint64 { return 0})
|
||||
uuid.SetEpochFunc(func() uint64 { return 0 })
|
||||
u3, _ := uuid.NewV1()
|
||||
u4, _ := uuid.NewV1()
|
||||
|
||||
|
|
Loading…
Reference in New Issue