Skip to content

Commit

Permalink
chore(ChangeLogSettings): Remove an empty class body
Browse files Browse the repository at this point in the history
This addresses an inspection hint.
  • Loading branch information
sschuberth committed Sep 21, 2023
1 parent 060a27b commit c683df2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/kotlin/git/semver/plugin/semver/ChangeLogSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ class ChangeLogSettings(
var groupEnd: String? = null,
var footer: String? = null
)
{

}

0 comments on commit c683df2

Please sign in to comment.