Skip to content

Commit

Permalink
refactor: OpenRewrite best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Dec 3, 2024
1 parent b34f962 commit f275e2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/components/ModerneLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export default function RecipeCallout({children, link}) {
</div>
</div>
);
}
}
2 changes: 1 addition & 1 deletion src/theme/AnnouncementBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export default function AnnouncementBar(): JSX.Element | null {
)}
</div>
);
}
}

0 comments on commit f275e2b

Please sign in to comment.