Skip to content

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
upasana-me committed Apr 26, 2015
1 parent 93d6828 commit 229ad98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/Moose/Meta/Attribute.pm
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,8 @@ sub _inline_check_constraint {
'type_constraint_message => $msg , '.
'class_name => $class_name, '.
'attribute_name => "'.$attr_name.'",'.
'value => '.$value, $value
'value => '.$value,
$value
).';',
'}',
);
Expand All @@ -708,7 +709,8 @@ sub _inline_check_constraint {
'type_constraint_message => $msg , '.
'class_name => $class_name, '.
'attribute_name => "'.$attr_name.'",'.
'value => '.$value, $value
'value => '.$value,
$value
).';',
'}',
);
Expand Down

0 comments on commit 229ad98

Please sign in to comment.