Browse Source

Fix indentation.

mark_story 12 years ago
parent
commit
f46582e98e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/TestCase/Network/SocketTest.php

+ 2 - 2
tests/TestCase/Network/SocketTest.php

@@ -383,8 +383,8 @@ class SocketTest extends TestCase {
 			)
 		);
 		try {
-		$this->Socket = new Socket($config);
-		$this->Socket->connect();
+			$this->Socket = new Socket($config);
+			$this->Socket->connect();
 		} catch (SocketException $e) {
 			$this->markTestSkipped('No network, skipping test.');
 		}