Skip to content

Commit bb94aab

Browse files
committed
Fix formatting issue in DependencyGroups class
Signed-off-by: James Bradlee <[email protected]>
1 parent bee6056 commit bb94aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/tnboot/gradle/build/DependencyGroups.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DependencyGroups(
2727
* The title of the dependency group. May be used to visualize
2828
* the group in some user interface.
2929
*/
30-
val title: String,
30+
val title: String ,
3131

3232
/**
3333
* A link to the repository where the code for the dependencies

0 commit comments

Comments
 (0)