Remove extra whitespace

(ignore-relnotes)

PiperOrigin-RevId: 884968144
Change-Id: I049060711f4c62930b5ff2c5cfa393966f99e92a
diff --git a/java/common/rules/java_single_jar.bzl b/java/common/rules/java_single_jar.bzl
index c955275..ca76887 100644
--- a/java/common/rules/java_single_jar.bzl
+++ b/java/common/rules/java_single_jar.bzl
@@ -11,7 +11,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-"""Definition of  the java_single_jar rule."""
+"""Definition of the java_single_jar rule."""
 
 load("//java/common:java_common.bzl", "java_common")
 load("//java/common:java_info.bzl", "JavaInfo")