Skip to content

Commit ada7f78

Browse files
Alex-CDgregorriegler
authored andcommitted
Remove extra newlines
1 parent 93c1570 commit ada7f78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

goal/goal.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ func putGoalHttp(goal string, configuration config.Configuration) error {
6464
if err != nil {
6565
return err
6666
}
67-
6867
httpClient := httpclient.GetHttpClient(configuration.TimerInsecure)
6968
_, err = httpclient.SendRequest(requestBody, "PUT", getGoalUrl(configuration), httpClient)
70-
7169
return err
7270
}
7371

0 commit comments

Comments
 (0)