Removed extra line

This commit is contained in:
BlazyNights 2022-03-22 22:29:02 -07:00
parent aef7b9f15d
commit d2d318471d

View file

@ -597,6 +597,5 @@ namespace VRCMelonAssistant.Pages
if (selectedMod == null) return;
MainWindow.ShowModInfoWindow(selectedMod.ModInfo);
}
}
}