Improve comment in storage (#10448)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/10483/head
Xiangyu Wang 2021-10-22 20:45:12 +08:00 committed by GitHub
parent 0ff4de34c8
commit 99ca6e4ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func TestInsertBinlog(t *testing.T) {
assert.Equal(t, magicNum, MagicNumber)
pos := int(unsafe.Sizeof(MagicNumber))
//descriptor header, timestamp
// descriptor header, timestamp
ts := UnsafeReadInt64(buf, pos)
assert.Greater(t, ts, int64(0))
curts := time.Now().UnixNano() / int64(time.Millisecond)