Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoxiang committed Apr 5, 2023
1 parent f79d46f commit 61ff46a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/markdown/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ func findAllImages(md string) (images []string) {
_, err := url.Parse(s)
if err == nil {
images = append(images, s)
} else {
// sometime exists broken image url, just ignore
}
// sometime exists broken image url, just ignore
}
}
return
Expand Down

0 comments on commit 61ff46a

Please sign in to comment.