(no commit message)
[utils] / test / enterprise / src / test / java / org / wamblee / test / persistence / DatabaseBuilderTest.java
index 9a8b205ad0a2ebe0e0372c01b1a66c190644a11e..70c2c318c214486908cc7495a756204ebe936f24 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.test.persistence;
 
 import org.junit.Test;
@@ -31,9 +31,9 @@ public class DatabaseBuilderTest {
             System.out.println(description);
         }
     }
-    
+
     @Test
-    public void testConnectionLeak() { 
+    public void testConnectionLeak() {
         Database db = DatabaseBuilder.getDatabase();
         db.start();
         assertEquals(0, db.getActiveConnections());