Skip to content

Commit 229ad98

Browse files
committed
Style changes
1 parent 93d6828 commit 229ad98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/Moose/Meta/Attribute.pm

+4-2
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,8 @@ sub _inline_check_constraint {
693693
'type_constraint_message => $msg , '.
694694
'class_name => $class_name, '.
695695
'attribute_name => "'.$attr_name.'",'.
696-
'value => '.$value, $value
696+
'value => '.$value,
697+
$value
697698
).';',
698699
'}',
699700
);
@@ -708,7 +709,8 @@ sub _inline_check_constraint {
708709
'type_constraint_message => $msg , '.
709710
'class_name => $class_name, '.
710711
'attribute_name => "'.$attr_name.'",'.
711-
'value => '.$value, $value
712+
'value => '.$value,
713+
$value
712714
).';',
713715
'}',
714716
);

0 commit comments

Comments
 (0)