Merge pull request #8205 from brave/fix-patch

Fix git patching with en empty space
This commit is contained in:
Sergey
2021-03-10 18:58:57 +03:00
committed by GitHub
+1 -1
View File
@@ -7,6 +7,6 @@ index b5677269f0658878a1226d6464ef39798f4be68e..3dfab2a9c6ac833cf639d3c01d24e2f6
copy.set_hostnames(std::move(hostnames_with_port));
}
+ BRAVE_COPY_WITH_DEFAULT_PORT
return copy;
}