Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e3f4c68

Browse files
committed
remove extra chars
1 parent dbed479 commit e3f4c68

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Api/Customers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,3 @@ public function removeCustomer($id)
9999
return $this->delete('/customers/'.$id);
100100
}
101101
}
102-
vv

tests/Api/CustomersTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,3 @@ public function test_can_customer_delete()
100100
$this->assertTrue($api->ok());
101101
}
102102
}
103-
vv

0 commit comments

Comments
 (0)