[Bps-public-commit] r16958 - sd/trunk/lib/App/SD/Replica/rt

ruz at bestpractical.com ruz at bestpractical.com
Thu Nov 20 13:20:38 EST 2008


Author: ruz
Date: Thu Nov 20 13:20:37 2008
New Revision: 16958

Modified:
   sd/trunk/lib/App/SD/Replica/rt/PullEncoder.pm

Log:
* minor

Modified: sd/trunk/lib/App/SD/Replica/rt/PullEncoder.pm
==============================================================================
--- sd/trunk/lib/App/SD/Replica/rt/PullEncoder.pm	(original)
+++ sd/trunk/lib/App/SD/Replica/rt/PullEncoder.pm	Thu Nov 20 13:20:37 2008
@@ -270,16 +270,16 @@
     my $self = shift;
     my %args = validate( @_, {  txn => 1, ticket => 1, changeset => 1 } );
 
-    my $change = Prophet::Change->new(
-        {   record_type => 'ticket',
-            record_uuid => $self->sync_source->uuid_for_remote_id( $args{'ticket'}->{$self->sync_source->uuid . '-id'} ),
-            change_type => 'add_file'
-        }
-    );
+    my $change = Prophet::Change->new( {
+        record_type => 'ticket',
+        record_uuid => $self->sync_source->uuid_for_remote_id(
+            $args{'ticket'}->{$self->sync_source->uuid . '-id'}
+        ),
+        change_type => 'add_file'
+    } );
 
     $args{'changeset'}->add_change( { change => $change } );
     for my $name ( keys %{ $args{'ticket'} } ) {
-
         $change->add_prop_change(
             name => $name,
             old  => undef,



More information about the Bps-public-commit mailing list