Skip to content

Commit

Permalink
git hook: fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed May 5, 2021
1 parent 8722d01 commit 5f93615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private fun postCheck(
git add ${'$'}file
fi
done
""".trimIndent()
""".trim('\n', ' ')
} else {
""
}
Expand Down

0 comments on commit 5f93615

Please sign in to comment.