diff --git a/concepts-and-explanations/styles.md b/concepts-and-explanations/styles.md index 51ba63738a..bc4d9a7bd0 100644 --- a/concepts-and-explanations/styles.md +++ b/concepts-and-explanations/styles.md @@ -76,7 +76,7 @@ To enable a style so that it is used for any formatting performed by an OpenRewr {% tab title="Gradle" %} Update your `build.gradle` file to include: -```yml +```groovy rewrite { // This style is made up for the sake of example. activeStyle("com.yourorg.YesTabsNoStarImports")