added new line to the end of the file

This commit is contained in:
IrynaMatveieva 2025-06-04 13:51:35 +03:00
parent cf4ab4fd09
commit 6727a3c9ea

View File

@ -110,4 +110,4 @@ public class SingleValueArgumentEntryTest {
expectedList.add(Map.of("test2", 20));
assertThat(singleValueArg.getValue()).isEqualTo(expectedList);
}
}
}