From d017a3c4f4b915dcfb226cc2de0b77c79358a8de Mon Sep 17 00:00:00 2001
From: Patrick
Date: Tue, 10 Sep 2024 10:26:26 -0400
Subject: [PATCH] SP-1031: Fix spaces before line
---
BitPayLib/class-bitpayclientfactory.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BitPayLib/class-bitpayclientfactory.php b/BitPayLib/class-bitpayclientfactory.php
index 374e05c..746bdc4 100644
--- a/BitPayLib/class-bitpayclientfactory.php
+++ b/BitPayLib/class-bitpayclientfactory.php
@@ -35,7 +35,7 @@ public function create(): Client {
return new PosClient(
$token,
$this->get_environment(),
- 'BitPay_Wordpress_v6.0.0'
+ 'BitPay_Wordpress_v6.0.0'
);
}