Fix formatting

This commit is contained in:
Michael Schurter
2017-08-15 10:37:02 -07:00
parent d55b4c1a2b
commit 44b69882a1

View File

@@ -466,7 +466,7 @@ func (p *remotePrevAlloc) streamAllocDir(ctx context.Context, resp io.ReadCloser
}
if err != nil {
return fmt.Errorf("error streaming previous alloc %p for new alloc %q: %v",
return fmt.Errorf("error streaming previous alloc %q for new alloc %q: %v",
p.prevAllocID, p.allocID, err)
}