Removed a single empty line.

This commit is contained in:
Vatuu 2022-05-15 21:28:12 +02:00
parent d133ac0088
commit 11b05b10a4
No known key found for this signature in database
GPG Key ID: C6F07B79B2ED9150

View File

@ -315,7 +315,6 @@ public class StudioSVC implements IrisService {
return activeProject != null && activeProject.isOpen();
}
public void open(VolmitSender sender, String dimm) {
open(sender, 1337, dimm);
}