Skip to content

Commit

Permalink
Merge pull request #207 from sschuberth/equals-spacing
Browse files Browse the repository at this point in the history
Consistenly use spaces around `=` in `libs.versions.toml`, again
  • Loading branch information
pdvrieze committed May 3, 2024
2 parents 5373c40 + 2b5dfdc commit a3bea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -11,7 +11,7 @@ woodstox = "6.6.2"
xmlutil = "0.90.0-SNAPSHOT"

[libraries]
woodstox = { module = "com.fasterxml.woodstox:woodstox-core", version.ref="woodstox" }
woodstox = { module = "com.fasterxml.woodstox:woodstox-core", version.ref = "woodstox" }
kxml2 = { module = "net.sf.kxml:kxml2", version.ref = "kxml2" }

junit5-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5-jupiter" }
Expand Down

0 comments on commit a3bea4b

Please sign in to comment.