Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bar committed Sep 10, 2013
1 parent 5210f83 commit 98a32c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
Expand Up @@ -1336,5 +1336,5 @@ public function testInsertMultiId() {

$result = $db->insertMulti('articles', array_keys($data[0]), $data);
$this->assertTrue($result, 'Data was saved');
}
}
}

0 comments on commit 98a32c3

Please sign in to comment.