1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00

fix(linting): remove unnecessary blank line in PushEntries function

This commit is contained in:
mrchi 2024-12-04 01:07:23 +08:00 committed by Frédéric Guillot
parent 7bc0bffd85
commit 8cdf76df69

View file

@ -565,5 +565,4 @@ func PushEntries(feed *model.Feed, entries model.Entries, userIntegrations *mode
} }
} }
} }
} }