mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
Fix formatting
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user