fixed error reported by Checkstyle

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1704180 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java b/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java
index 45e33c7..1ca784b 100644
--- a/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java
+++ b/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java
@@ -475,9 +475,10 @@
             List<MavenReport> categoryReports = categories.get( MavenReport.CATEGORY_PROJECT_INFORMATION );
             if ( !isEmptyList( categoryReports ) )
             {
-                MenuItem item =
-                    createCategoryMenu( i18n.getString( "site-tool", llocale, "decorationModel.menu.projectinformation" ),
-                                        "/project-info.html", categoryReports, llocale );
+                MenuItem item = createCategoryMenu(
+                                                    i18n.getString( "site-tool", llocale,
+                                                                    "decorationModel.menu.projectinformation" ),
+                                                    "/project-info.html", categoryReports, llocale );
                 menu.getItems().add( item );
                 found = true;
             }