Update MouseHighlightOverlay.java

another checkstyle fix
This commit is contained in:
Kyleeld
2019-05-31 09:12:32 +01:00
committed by GitHub
parent e0976f4bf2
commit f2f5db72ea

View File

@@ -126,7 +126,8 @@ class MouseHighlightOverlay extends Overlay
}
}
if (widget == null && !config.mainTooltip()){
if (widget == null && !config.mainTooltip())
{
return null;
}