mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-08 19:29:11 +08:00
Remove excessive line breaks
This commit is contained in:
parent
99845955b3
commit
095607a166
@ -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};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user