Commit 19c593ab authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0534957b
...@@ -112,11 +112,10 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) { ...@@ -112,11 +112,10 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
// δfstr converts δf to string taking xat into account // δfstr converts δf to string taking xat into account
δfstr := func(δf *ΔFile) string { δfstr := func(δf *ΔFile) string {
s := fmt.Sprintf("{@%s %s", xat[δf.Rev], δf.Blocks) s := fmt.Sprintf("@%s·%s", xat[δf.Rev], δf.Blocks)
if δf.Size { if δf.Size {
s += " S" s += "S"
} }
s += "}"
return s return s
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment