QQQ-7 Fix checkstyle

This commit is contained in:
2022-06-24 08:46:59 -05:00
parent b11ae046de
commit 09dd6e6147

View File

@ -45,6 +45,6 @@ public class MockFunctionBody implements FunctionBody
/////////////////////////////////
// mock the "greet" process... //
/////////////////////////////////
runFunctionResult.addValue("outputMessage", runFunctionRequest.getValueString("greetingPrefix") + " X " + runFunctionRequest.getValueString("greetingSuffix") );
runFunctionResult.addValue("outputMessage", runFunctionRequest.getValueString("greetingPrefix") + " X " + runFunctionRequest.getValueString("greetingSuffix"));
}
}