Fix new line after @Test (#2486)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -25,7 +25,8 @@ class ExceptionInfoTest {
|
||||
/**
|
||||
* Ensures that setters and getters match on teh payload.
|
||||
*/
|
||||
@Test void setterAndGetterOnExceptionInfo() {
|
||||
@Test
|
||||
void setterAndGetterOnExceptionInfo() {
|
||||
final String knownExceptionClass = "hawkbit.test.exception.Class";
|
||||
final String knownErrorCode = "hawkbit.error.code.Known";
|
||||
final String knownMessage = "a known message";
|
||||
|
||||
Reference in New Issue
Block a user