summaryrefslogtreecommitdiffstats
path: root/Bugzilla/RelationSet.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/RelationSet.pm')
-rw-r--r--Bugzilla/RelationSet.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/RelationSet.pm b/Bugzilla/RelationSet.pm
index 4b778a6fd..bfd572400 100644
--- a/Bugzilla/RelationSet.pm
+++ b/Bugzilla/RelationSet.pm
@@ -103,8 +103,8 @@ sub generateSqlDeltas {
if ( $#insertList > -1 ) {
$sqlInsert = "INSERT INTO $table ($invariantName, $columnName) VALUES " .
join (",",
- map ( "($invariantValue, $_)" , @insertList )
- );
+ map ( "($invariantValue, $_)" , @insertList )
+ );
}
# construct the delete list by seeing which relations exist in the