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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new b8204aa  Checkstyle: Whitepace.
b8204aa is described below

commit b8204aa29b10d02777b93eb38307075e02518454
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 20 11:05:14 2020 -0400

    Checkstyle: Whitepace.
---
 .../org/apache/commons/lang3/concurrent/AbstractCircuitBreaker.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/concurrent/AbstractCircuitBreaker.java 
b/src/main/java/org/apache/commons/lang3/concurrent/AbstractCircuitBreaker.java
index 05c1cc9..a27d7f8 100644
--- 
a/src/main/java/org/apache/commons/lang3/concurrent/AbstractCircuitBreaker.java
+++ 
b/src/main/java/org/apache/commons/lang3/concurrent/AbstractCircuitBreaker.java
@@ -140,7 +140,7 @@ public abstract class AbstractCircuitBreaker<T> implements 
CircuitBreaker<T> {
      * {@code CircuitBreaker}.
      */
     protected enum State {
-        
+
         /** The closed state. */
         CLOSED {
             /**

Reply via email to