Skip to content

Commit 8a93b6b

Browse files
committed
Fix code formatting
1 parent 5c257d0 commit 8a93b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-infrastructure/src/test/java/org/springframework/batch/support/transaction/ConcurrentTransactionAwareProxyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* @author Mahmoud Ben Hassine
5252
*
5353
*/
54-
@DisabledOnOs(value = OS.WINDOWS , disabledReason = "Intermittent false-negative failures") // #3847
54+
@DisabledOnOs(value = OS.WINDOWS, disabledReason = "Intermittent false-negative failures") // #3847
5555
class ConcurrentTransactionAwareProxyTests {
5656

5757
private static final Log logger = LogFactory.getLog(ConcurrentTransactionAwareProxyTests.class);

0 commit comments

Comments
 (0)