mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-31 06:53:30 +00:00 
			
		
		
		
	Run go fmt
This patch is the result of running `go fmt ./...` with Go v1.16.15.
This commit is contained in:
		| @@ -291,7 +291,7 @@ func TestDeleteOldItems(t *testing.T) { | ||||
| 		}) | ||||
| 	} | ||||
| 	db.CreateItems(items) | ||||
| 	 | ||||
|  | ||||
| 	db.SetFeedSize(feed.Id, itemsKeepSize) | ||||
| 	var feedSize int | ||||
| 	err := db.db.QueryRow( | ||||
| @@ -302,7 +302,7 @@ func TestDeleteOldItems(t *testing.T) { | ||||
| 	} | ||||
| 	if feedSize != itemsKeepSize { | ||||
| 		t.Fatalf( | ||||
| 			"expected feed size to get updated\nwant: %d\nhave: %d",  | ||||
| 			"expected feed size to get updated\nwant: %d\nhave: %d", | ||||
| 			itemsKeepSize+extraItems, | ||||
| 			feedSize, | ||||
| 		) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user