From 2aabbfeb7173d682fc28cc512afc13bab2ce0ee7 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 27 Oct 2022 16:32:07 +0100 Subject: gofmt --- cmd/rescribe/gbook_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/rescribe/gbook_test.go') diff --git a/cmd/rescribe/gbook_test.go b/cmd/rescribe/gbook_test.go index 6cd5a63..56b4b40 100644 --- a/cmd/rescribe/gbook_test.go +++ b/cmd/rescribe/gbook_test.go @@ -11,7 +11,7 @@ import ( func Test_getBookIdFromUrl(t *testing.T) { cases := []struct { url string - id string + id string }{ {"https://books.google.it/books?id=QjQepCuN8JYC", "QjQepCuN8JYC"}, {"https://www.google.it/books/edition/_/VJbr-Oe2au0C", "VJbr-Oe2au0C"}, -- cgit v1.2.1-24-ge1ad