Fix indentation.

PiperOrigin-RevId: 258374855
diff --git a/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java b/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java
index e8017c27..f411949 100644
--- a/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java
+++ b/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java
@@ -913,9 +913,9 @@
           type);
     }
 
-      /**
-     * Declares that the implementation of the associated rule class requires the given
-     * fragments to be present in this rule's host and target configurations.
+    /**
+     * Declares that the implementation of the associated rule class requires the given fragments to
+     * be present in this rule's host and target configurations.
      *
      * <p>The value is inherited by subclasses.
      */