mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
harmless misplaced semicolon
This commit is contained in:
parent
599d76b70b
commit
bc61656057
1 changed files with 2 additions and 2 deletions
|
@ -414,8 +414,8 @@ sub notify {
|
||||||
'org.freedesktop.Notifications');
|
'org.freedesktop.Notifications');
|
||||||
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, -1);
|
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, -1);
|
||||||
undef $Net::DBus::bus_session;
|
undef $Net::DBus::bus_session;
|
||||||
}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue