Skip to content

Commit a10e8ae

Browse files
committed
Fix indention
1 parent dae9173 commit a10e8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pg_tuple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ pg_tuple_dump(VALUE self)
474474
values = rb_ary_new4(this->num_fields, &this->values[0]);
475475
a = rb_ary_new3(2, field_names, values);
476476

477-
rb_copy_generic_ivar(a, self);
477+
rb_copy_generic_ivar(a, self);
478478

479479
return a;
480480
}

0 commit comments

Comments
 (0)