1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Remove excessive line breaks

This commit is contained in:
Henrik Brix Andersen
2012-07-16 23:09:55 +02:00
parent 99845955b3
commit 095607a166
-2
View File
@@ -349,10 +349,8 @@ sub new {
sub notify {
my ($self, $message) = @_;
my $title = 'Slicing Done!';
eval {
$self->{growler}->notify(Event => 'SKEIN_DONE', Title => $title, Message => $message)
if $self->{growler};