Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Oct 27, 2014
1 parent e7598d7 commit 5d62fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/classes/PMA_DBQbe_test.php
Expand Up @@ -517,8 +517,8 @@ public function testGetFromClause()
$this->assertEquals(
'`table1`',
$this->_callProtectedFunction(
'_getFromClause', array())

'_getFromClause', array()
)
);
}

Expand Down

0 comments on commit 5d62fcb

Please sign in to comment.