mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-28 19:15:16 +00:00
gofmt
This commit is contained in:
@@ -14,7 +14,7 @@ type HTTPState struct {
|
||||
}
|
||||
|
||||
func (s *Storage) ListHTTPStates() map[int64]HTTPState {
|
||||
result := make(map[int64]HTTPState)
|
||||
result := make(map[int64]HTTPState)
|
||||
rows, err := s.db.Query(`select feed_id, last_refreshed, last_modified, etag from http_states`)
|
||||
if err != nil {
|
||||
log.Print(err)
|
||||
|
||||
Reference in New Issue
Block a user