From e48f0c9ff234d05c464720fa8a9024d7885cce67 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Sat, 1 Jun 2019 01:17:50 -0700 Subject: [PATCH] formatting --- wrp.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrp.go b/wrp.go index ef05f9f..a487f1e 100644 --- a/wrp.go +++ b/wrp.go @@ -188,8 +188,8 @@ func capture(gourl string, w int64, h int64, s float64, p int64, ismap bool, out if ismap { } else { - fmt.Fprintf(out, "\"%s\"\n", - b.Content[0]*s, b.Content[1]*s, b.Content[4]*s, b.Content[5]*s, n.AttributeValue("href"), n.AttributeValue("href"), target) + fmt.Fprintf(out, "\"%s\"\n", + b.Content[0]*s, b.Content[1]*s, b.Content[4]*s, b.Content[5]*s, n.AttributeValue("href"), n.AttributeValue("href"), target) } } }