From 1080528b1db0070691eb971cab6114392350c9c0 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Fri, 15 Sep 2023 10:33:52 +0200 Subject: [PATCH] Update lib/src/http.dart Co-authored-by: Jonas Finnemann Jensen --- lib/src/http.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/http.dart b/lib/src/http.dart index 157e3e945..536752561 100644 --- a/lib/src/http.dart +++ b/lib/src/http.dart @@ -214,7 +214,7 @@ void handleJsonError(http.BaseResponse response) { /// Handles an unsuccessful XML-formatted response from google cloud storage. /// /// Assumes messages are of the form in -/// https://cloud.google.com/storage/docs/xml-api/reference-status. +/// https://cloud.google.com/storage/docs/xml-api/reference-status /// /// This is a poor person's XML parsing with regexps, but this should be /// sufficient for the specified messages.