remove unreachable code
This commit is contained in:
parent
86c3c44afe
commit
b52ee14776
|
@ -359,11 +359,6 @@ func (c *Core) init() error {
|
||||||
tryCount++
|
tryCount++
|
||||||
failedInterpolation = fmt.Sprintf(`"%s": "%s"`, k, v.Default)
|
failedInterpolation = fmt.Sprintf(`"%s": "%s"`, k, v.Default)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
return fmt.Errorf(
|
|
||||||
// unexpected interpolation error: abort the run
|
|
||||||
"error interpolating default value for '%s': %s",
|
|
||||||
k, err)
|
|
||||||
default:
|
default:
|
||||||
return fmt.Errorf(
|
return fmt.Errorf(
|
||||||
// unexpected interpolation error: abort the run
|
// unexpected interpolation error: abort the run
|
||||||
|
|
Loading…
Reference in New Issue