mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Remove excessive line breaks
This commit is contained in:
@@ -349,10 +349,8 @@ sub new {
|
|||||||
|
|
||||||
sub notify {
|
sub notify {
|
||||||
my ($self, $message) = @_;
|
my ($self, $message) = @_;
|
||||||
|
|
||||||
my $title = 'Slicing Done!';
|
my $title = 'Slicing Done!';
|
||||||
|
|
||||||
|
|
||||||
eval {
|
eval {
|
||||||
$self->{growler}->notify(Event => 'SKEIN_DONE', Title => $title, Message => $message)
|
$self->{growler}->notify(Event => 'SKEIN_DONE', Title => $title, Message => $message)
|
||||||
if $self->{growler};
|
if $self->{growler};
|
||||||
|
|||||||
Reference in New Issue
Block a user