code format tweak

This commit is contained in:
strawmanbobi
2026-01-11 19:20:45 +08:00
parent 0eb3005976
commit 16855d26a3

View File

@@ -51,6 +51,7 @@ public class IRDecode {
System.out.println("loading decode library " + libPath); System.out.println("loading decode library " + libPath);
System.load(libPath); System.load(libPath);
} }
public String getVersion() { public String getVersion() {
return irGetVersion(); return irGetVersion();
} }