mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 10:28:11 +00:00
Swiftformat fixes
This commit is contained in:
@@ -114,7 +114,7 @@ struct URLBookmarkModel {
|
||||
func refreshAll() {
|
||||
logger.info("refreshing all bookmarks")
|
||||
|
||||
allURLs.forEach { url in
|
||||
for url in allURLs {
|
||||
if loadBookmark(url) != nil {
|
||||
logger.info("bookmark for \(url) exists")
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user