punctuation
This commit is contained in:
parent
82367a88f8
commit
d47f151bf9
|
@ -179,7 +179,7 @@ func funcGenGenerated(ctx *Context) interface{} {
|
|||
return heldPlace, nil
|
||||
}
|
||||
} else {
|
||||
return "", fmt.Errorf("loaded data, but couldnt find %s in it", s)
|
||||
return "", fmt.Errorf("loaded data, but couldnt find %s in it.", s)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue