From 83f4fcc65ad045db5f960d36b6df7d8331f9b100 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Tue, 26 Dec 2023 02:45:33 +0200 Subject: [PATCH] Remove redundant whitelines --- include/jni_driver.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/jni_driver.hpp b/include/jni_driver.hpp index a11a4df0..94408db4 100644 --- a/include/jni_driver.hpp +++ b/include/jni_driver.hpp @@ -2,7 +2,6 @@ #include "helpers.hpp" - class Pandroid { public: static void onSmdhLoaded(const std::vector& smdh);