summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-06-23 15:04:27 -0400
committerDavid Rothstein <drothstein@gmail.com>2012-06-23 15:04:27 -0400
commitf7d5d808493e53f09ea536d429417a5ef14fddf0 (patch)
treeabcc928a9c5fa2c8b58895b4535940875dc1b77d /modules/taxonomy
parented197d6e346692433c89bb936e839fb77b2a2bb4 (diff)
downloadbrdo-f7d5d808493e53f09ea536d429417a5ef14fddf0.tar.gz
brdo-f7d5d808493e53f09ea536d429417a5ef14fddf0.tar.bz2
Issue #1195254 follow-up by David_Rothstein: Fix indentation.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.test b/modules/taxonomy/taxonomy.test
index 922e34240..32ae84d66 100644
--- a/modules/taxonomy/taxonomy.test
+++ b/modules/taxonomy/taxonomy.test
@@ -1212,7 +1212,7 @@ class TaxonomyTermIndexTestCase extends TaxonomyWebTestCase {
$index_count = db_query('SELECT COUNT(*) FROM {taxonomy_index} WHERE nid = :nid AND tid = :tid', array(
':nid' => $node->nid,
':tid' => $term_1->tid,
- ))->fetchField();
+ ))->fetchField();
$this->assertEqual(0, $index_count, 'Term 1 is not indexed.');
$index_count = db_query('SELECT COUNT(*) FROM {taxonomy_index} WHERE nid = :nid AND tid = :tid', array(
':nid' => $node->nid,