9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 01:59:15 +00:00

Removed a single empty line.

This commit is contained in:
Vatuu
2022-05-15 21:28:12 +02:00
parent d133ac0088
commit 11b05b10a4

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);
}