Some reformatting only.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-12-26 23:14:09 +00:00
parent 6d73597035
commit 04e78aae67

View File

@ -223,7 +223,8 @@ public class TestHSSFSheet
*
* Shawn Laubach (slaubach at apache dot org)
*/
public void testShiftRows() throws Exception {
public void testShiftRows() throws Exception
{
// Read initial file in
String filename = System.getProperty( "HSSF.testdata.path" );
filename = filename + "/SimpleMultiCell.xls";