Skip to content

Commit

Permalink
Fix precedence for Supply status
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Oct 16, 2015
1 parent 2324810 commit 9a78309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Supply.pm
Expand Up @@ -844,7 +844,7 @@ my role Supply {
},
},
$control
?? $control => {
?? ($control => {
emit => -> \val {
my $type = val.key;
my $value = val.value;
Expand All @@ -871,7 +871,7 @@ my role Supply {
} );
}
},
}
})
!! |()
}
}
Expand Down

0 comments on commit 9a78309

Please sign in to comment.