wp/wp-includes/Requests/Exception/Transport/cURL.php
changeset 18 be944660c56a
parent 7 cf61fcea0001
--- a/wp/wp-includes/Requests/Exception/Transport/cURL.php	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/Requests/Exception/Transport/cURL.php	Wed Sep 21 18:19:35 2022 +0200
@@ -2,7 +2,7 @@
 
 class Requests_Exception_Transport_cURL extends Requests_Exception_Transport {
 
-	const EASY = 'cURLEasy';
+	const EASY  = 'cURLEasy';
 	const MULTI = 'cURLMulti';
 	const SHARE = 'cURLShare';