Skip to content

Commit 9d51538

Browse files
authored
fix: Fix typo in ktlint code block in gradle README (#883)
2 parents a4a62a1 + 6b86d5d commit 9d51538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ spotless {
285285
spotless {
286286
kotlin {
287287
// version and userData are both optional
288-
ktlint('0.37.2').userData(mapOf('indent_size' to '2', 'continuation_indent_size' to '2'])
288+
ktlint('0.37.2').userData(mapOf('indent_size' to '2', 'continuation_indent_size' to '2'))
289289
```
290290

291291
### diktat

0 commit comments

Comments
 (0)