diff --git a/test/php/library/Businessprocess/HostNodeTest.php b/test/php/library/Businessprocess/HostNodeTest.php index af0c65c..7db45db 100644 --- a/test/php/library/Businessprocess/HostNodeTest.php +++ b/test/php/library/Businessprocess/HostNodeTest.php @@ -45,4 +45,4 @@ class HostNodeTest extends BaseTestCase 'state' => 0, )); } -} \ No newline at end of file +} diff --git a/test/php/library/Businessprocess/ServiceNodeTest.php b/test/php/library/Businessprocess/ServiceNodeTest.php index 0d3d794..a9a4d4d 100644 --- a/test/php/library/Businessprocess/ServiceNodeTest.php +++ b/test/php/library/Businessprocess/ServiceNodeTest.php @@ -54,4 +54,4 @@ class ServiceNodeTest extends BaseTestCase 'state' => 0, )); } -} \ No newline at end of file +}