only:code style

This commit is contained in:
rusefillc 2023-07-24 01:13:22 -04:00
parent 7a2f5a5b22
commit 066b1546ae
1 changed files with 4 additions and 2 deletions

View File

@ -21,11 +21,13 @@ import com.rusefi.io.CommandQueue;
* 2/22/2015
*/
public class HwCiF4Discovery {
private final static Class[] tests = {MiscTest.class,
private final static Class[] tests = {
MiscTest.class,
CommonFunctionalTest.class,
PwmHardwareTest.class,
VssHardwareLoopTest.class,
HighRevTest.class};
HighRevTest.class,
};
public static void main(String[] args) {
/**