From dd4e37116c7f863c9f3656e13c764ce48b1040df Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Mon, 10 Mar 2008 07:30:26 +0000
Subject: [PATCH] minor: fix formatting

SVN: 4704
---
 .../cisd/authentication/crowd/RealCrowdAuthenticationTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java b/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java
index dd0e6b44134..43c643f0763 100644
--- a/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java
+++ b/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java
@@ -50,7 +50,7 @@ public class RealCrowdAuthenticationTest
     private static final String NAME_OF_TEST_USER = "test";
     private static final String PASSWORD_OF_TEST_USER = null; // FIX!
 
-    @Test(groups="broken")
+    @Test(groups = "broken")
     public void testCrowdTestAccount()
     {
         final IAuthenticationService as =
-- 
GitLab