code formatting

This commit is contained in:
rusefi 2019-12-22 13:41:24 -05:00
parent 868a2bb8ef
commit 448ad85567
1 changed files with 1 additions and 2 deletions

View File

@ -129,8 +129,7 @@ public class TestingUtils {
return EngineChartParser.unpackToMap(getNextWaveChart());
}
static String getNextWaveChart() {
static String getNextWaveChart() {
IoUtil.sendCommand(Fields.CMD_RESET_ENGINE_SNIFFER);
String result = getEngineChart();
FileLog.MAIN.logLine("current chart: " + result);