mirror of https://github.com/apache/poi.git
Fix inconsistent indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
768acdd838
commit
f5ce1eb174
|
@ -43,10 +43,8 @@ import org.apache.poi.util.LittleEndian;
|
|||
* class works correctly.
|
||||
*/
|
||||
@SuppressWarnings("resource")
|
||||
public final class TestCFRecordsAggregate extends TestCase
|
||||
{
|
||||
public void testCFRecordsAggregate()
|
||||
{
|
||||
public final class TestCFRecordsAggregate extends TestCase {
|
||||
public void testCFRecordsAggregate() {
|
||||
HSSFWorkbook workbook = new HSSFWorkbook();
|
||||
HSSFSheet sheet = workbook.createSheet();
|
||||
|
||||
|
|
Loading…
Reference in New Issue