Run clang-format

This commit is contained in:
wheremyfoodat
2024-02-11 13:50:50 +02:00
committed by GitHub
parent f37bd9363f
commit adcc9d93e4

View File

@@ -114,7 +114,6 @@ public class PandaGlRenderer implements GLSurfaceView.Renderer, ConsoleRenderer
return;
}
// Load the SMDH
byte[] smdhData = AlberDriver.GetSmdh();
if (smdhData.length == 0) {