lint: missing comment

This commit is contained in:
Umputun
2019-01-06 14:57:21 -06:00
parent 3472475a82
commit 6edd24185c
+1
View File
@@ -196,6 +196,7 @@ func (s *DataStore) EditComment(locator store.Locator, commentID string, req Edi
return comment, err
}
// SetTitle puts title from the locator.URL page and overwrites any existing title
func (s *DataStore) SetTitle(locator store.Locator, commentID string) (comment store.Comment, err error) {
if s.TitleExtractor == nil {
return comment, errors.New("no title extractor")