Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Noga committed Oct 15, 2023
1 parent 175fdf8 commit b715734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ops/ref/refframe.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (op *OpSelectReference) applySingle(i int, ins []ops.Promise, c *ops.Contex
}
refFrame=op.materialized[fileID]
} else {
c.RefFrameError=errors.New(fmt.Sprintf("Unknown refrence selection mode %d", op.Mode))
c.RefFrameError=errors.New(fmt.Sprintf("Unknown refrence selection mode '%s'", op.Mode))
}
if refFrame==nil { c.RefFrameError=errors.New("Unable to select reference image.") }
if c.RefFrameError!=nil { return nil, c.RefFrameError }
Expand Down

0 comments on commit b715734

Please sign in to comment.