formatting

This commit is contained in:
Jeremy Wu 2022-01-27 20:14:42 +11:00 committed by GitHub
parent af68cb5093
commit f42fd29224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ namespace Flow.Launcher.Plugin.BrowserBookmark.Commands
return StringMatcher.FuzzySearch(queryString, bookmark.Url);
}
internal static List<Bookmark> LoadAllBookmarks(Settings setting)
{