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:
Nick Burch 2015-07-13 18:28:05 +00:00
parent 768acdd838
commit f5ce1eb174
1 changed files with 71 additions and 73 deletions

View File

@ -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();