]> source.dussan.org Git - sonarqube.git/commitdiff
Fixed wrong indentation
authorJulien Lancelot <julien.lancelot@gmail.com>
Fri, 23 Nov 2012 13:12:42 +0000 (14:12 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Fri, 23 Nov 2012 13:12:42 +0000 (14:12 +0100)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/web/TestsViewer.java

index b3470ecf13fd9e2ebe029c437be4d7f13257d499..eee72b053462415076cbeedf6206f8fdd724b95f 100644 (file)
@@ -30,7 +30,7 @@ import org.sonar.api.web.*;
 public class TestsViewer extends AbstractRubyTemplate implements RubyRailsPage {
 
   public String getId() {
-      return "tests_viewer";
+    return "tests_viewer";
   }
 
   public String getTitle() {