1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-06 19:30:42 +00:00

Remove extra newline

This commit is contained in:
cemturker
2020-11-18 23:11:01 +01:00
parent 1901dfcd81
commit 1fb2635226

View File

@@ -165,7 +165,6 @@ func (service *Service) getIP(result *Result) {
}
func (service *Service) call(result *Result) {
isServiceTCP := strings.HasPrefix(service.URL, "tcp://")
var request *http.Request
var response *http.Response