From f275e2b73f4eb6e204edb5c6f0164e81257e1b56 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 3 Dec 2024 08:31:02 +0000 Subject: [PATCH] refactor: OpenRewrite best practices Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.OpenRewriteBestPractices?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne --- sidebars.ts | 2 +- src/components/ModerneLink.tsx | 2 +- src/theme/AnnouncementBar/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sidebars.ts b/sidebars.ts index ecc59c11c1..a5f34c52b6 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -31,7 +31,7 @@ const sidebars: SidebarsConfig = { keywords: ['guides'], }, items: [ - 'running-recipes/popular-recipe-guides/common-static-analysis-issue-remediation', + 'running-recipes/popular-recipe-guides/common-static-analysis-issue-remediation', 'running-recipes/popular-recipe-guides/automatically-fix-checkstyle-violations', 'running-recipes/popular-recipe-guides/migrate-to-java-17', 'running-recipes/popular-recipe-guides/migrate-from-junit-4-to-junit-5', diff --git a/src/components/ModerneLink.tsx b/src/components/ModerneLink.tsx index e309dd0ad8..799760a433 100644 --- a/src/components/ModerneLink.tsx +++ b/src/components/ModerneLink.tsx @@ -21,4 +21,4 @@ export default function RecipeCallout({children, link}) { ); -} \ No newline at end of file +} diff --git a/src/theme/AnnouncementBar/index.tsx b/src/theme/AnnouncementBar/index.tsx index 8dcb001c06..0b1ee789f6 100644 --- a/src/theme/AnnouncementBar/index.tsx +++ b/src/theme/AnnouncementBar/index.tsx @@ -27,4 +27,4 @@ export default function AnnouncementBar(): JSX.Element | null { )} ); -} \ No newline at end of file +}