Browse Source

Fix CS errors.

mark_story 12 years ago
parent
commit
df20ef9809
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/TestCase/Console/Command/Task/ViewTaskTest.php

+ 2 - 0
tests/TestCase/Console/Command/Task/ViewTaskTest.php

@@ -35,6 +35,7 @@ class ViewTaskCommentsTable extends Table {
 			'foreignKey' => 'article_id'
 		]);
 	}
+
 }
 
 /**
@@ -46,6 +47,7 @@ class ViewTaskArticlesTable extends Table {
 	public function intialize(array $config) {
 		$this->table('articles');
 	}
+
 }
 
 /**