Skip to content

Commit 9bc8912

Browse files
committed
go fmt
1 parent 9fb3da2 commit 9bc8912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/parser/rss_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ func TestRSSMultipleMedia(t *testing.T) {
274274
GUID: "http://example.com/posts/1",
275275
URL: "http://example.com/posts/1",
276276
MediaLinks: []MediaLink{
277-
{URL:"https://example.com/path/to/image1.png", Type:"image", Description:"description 1"},
278-
{URL:"https://example.com/path/to/image2.png", Type:"image", Description:"description 2"},
279-
{URL:"https://example.com/path/to/video1.mp4", Type:"video", Description:"video description"},
277+
{URL: "https://example.com/path/to/image1.png", Type: "image", Description: "description 1"},
278+
{URL: "https://example.com/path/to/image2.png", Type: "image", Description: "description 2"},
279+
{URL: "https://example.com/path/to/video1.mp4", Type: "video", Description: "video description"},
280280
},
281281
},
282282
}

0 commit comments

Comments
 (0)