summary refs log tree commit diff stats
path: root/bpod/json.go
diff options
context:
space:
mode:
Diffstat (limited to 'bpod/json.go')
-rw-r--r--bpod/json.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bpod/json.go b/bpod/json.go
index 02f6fe1..a05c6fc 100644
--- a/bpod/json.go
+++ b/bpod/json.go
@@ -54,7 +54,6 @@ func GetJson(reqInfo map[string]string) (string, error) {
 	// if random is true then fetch 7 photos
 	if reqInfo["random"] == "true" {
 		params["n"] = "7"
-
 	}
 
 	body, err := request.GetRes(reqInfo["api"], params)