Skip to content

Commit 4738916

Browse files
chore(deps): Update dependency com.facebook:ktfmt to v0.58 (#596)
* chore(deps): Update dependency com.facebook:ktfmt to v0.58 * chore: correct style --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: zml <[email protected]>
1 parent 555cd97 commit 4738916

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ errorprone="2.41.0"
88
indra = "3.2.0"
99
junit="5.13.4"
1010
ktlint="0.49.1"
11-
ktfmt="0.56"
11+
ktfmt="0.58"
1212
pmd = "7.16.0"
1313
spotless = "7.2.1"
1414

tool/src/main/kotlin/org/spongepowered/configurate/tool/Tool.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ class Tool :
9595
CliktCommand(
9696
help =
9797
"""
98-
This tool displays the Configurate data structures read from a config file
98+
This tool displays the Configurate data structures read from a config file
9999
100-
This helps to understand the internal structure of Configurate's nodes
101-
"""
100+
This helps to understand the internal structure of Configurate's nodes
101+
"""
102102
.trimIndent()
103103
) {
104104
init {

0 commit comments

Comments
 (0)