Skip to content

Commit

Permalink
fix: Fix typo in ktlint code block in gradle README (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jun 25, 2021
2 parents a4a62a1 + 6b86d5d commit 9d51538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-gradle/README.md
Expand Up @@ -285,7 +285,7 @@ spotless {
spotless {
kotlin {
// version and userData are both optional
ktlint('0.37.2').userData(mapOf('indent_size' to '2', 'continuation_indent_size' to '2'])
ktlint('0.37.2').userData(mapOf('indent_size' to '2', 'continuation_indent_size' to '2'))
```

### diktat
Expand Down

0 comments on commit 9d51538

Please sign in to comment.