Skip to content

Commit

Permalink
two spaces ...
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Nov 26, 2024
1 parent 91d4000 commit fa55aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/publishing/util.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal fun generateDigest(input: File, output: File, algorithm: String) {

output.writeText(
md.digest().joinToString(separator = "") { eachByte -> "%02x".format(eachByte) } +
" ${input.name}"
" ${input.name}"
)
}
}
Expand Down

0 comments on commit fa55aa8

Please sign in to comment.