Remove un-needed semi-colon

This commit is contained in:
IThundxr 2025-02-20 08:38:03 -05:00
parent 4e56f60de4
commit 3fcb86965e
No known key found for this signature in database

View file

@ -70,19 +70,13 @@ public abstract class DisplaySource {
public void onSignalReset(DisplayLinkContext context) {
}
;
public void populateData(DisplayLinkContext context) {
}
;
public int getPassiveRefreshTicks() {
return 100;
}
;
public boolean shouldPassiveReset() {
return true;
}