Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 1c8b859

Browse files
author
Michael Grauer
committed
BUG: Refs #0298. Cleanup trailing spaces.
1 parent ce1270f commit 1c8b859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/batchmake/tests/models/base/ItemmetricModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function setUp()
2424
if($configDatabase->database->adapter == 'PDO_PGSQL')
2525
{
2626
$db->query("SELECT setval('batchmake_itemmetric_itemmetric_id_seq', (SELECT MAX(itemmetric_id) FROM batchmake_itemmetric)+1);");
27-
}
27+
}
2828
}
2929

3030
/** Test that ItemmetricModel::createTask($userDao) works */

0 commit comments

Comments
 (0)