This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f5e046  Fix formatting
3f5e046 is described below

commit 3f5e046747ca65cdc762dd4a1d31a4d9e0f9eb95
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Aug 22 10:18:28 2023 -0400

    Fix formatting
---
 .../java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java  |  6 +++---
 src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java  | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java 
b/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java
index bf81e6e..32c10ca 100644
--- a/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java
+++ b/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java
@@ -75,7 +75,7 @@ public class AsyncQueryRunnerTest {
             caught = true;
         }
 
-        if(!caught) {
+        if (!caught) {
             fail("Exception never thrown, but expected");
         }
     }
@@ -226,7 +226,7 @@ public class AsyncQueryRunnerTest {
             caught = true;
         }
 
-        if(!caught) {
+        if (!caught) {
             fail("Exception never thrown, but expected");
         }
     }
@@ -246,7 +246,7 @@ public class AsyncQueryRunnerTest {
             caught = true;
         }
 
-        if(!caught) {
+        if (!caught) {
             fail("Exception never thrown, but expected");
         }
     }
diff --git a/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java 
b/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java
index 7c5e926..c227d61 100644
--- a/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java
+++ b/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java
@@ -105,7 +105,7 @@ public class QueryRunnerTest {
             caught = true;
         }
 
-        if(!caught) {
+        if (!caught) {
             fail("Exception never thrown, but expected");
         }
     }
@@ -122,7 +122,7 @@ public class QueryRunnerTest {
             caught = true;
         }
 
-        if(!caught) {
+        if (!caught) {
             fail("Exception never thrown, but expected");
         }
     }
@@ -139,7 +139,7 @@ public class QueryRunnerTest {
             caught = true;
         }
 
-        if(!caught) {
+        if (!caught) {
             fail("Exception never thrown, but expected");
         }
     }
@@ -561,7 +561,7 @@ public class QueryRunnerTest {
             caught = true;
         }
 
-        if(!caught) {
+        if (!caught) {
             fail("Exception never thrown, but expected");
         }
     }
@@ -584,7 +584,7 @@ public class QueryRunnerTest {
             caught = true;
         }
 
-        if(!caught) {
+        if (!caught) {
             fail("Exception never thrown, but expected");
         }
     }

Reply via email to