Skip to content

Commit dfd4257

Browse files
authored
Remove whitespace from Kotlin version
1 parent 12e390c commit dfd4257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: '../publishing.gradle'
33
apply plugin: 'org.jetbrains.dokka'
44

55
buildscript {
6-
ext.kotlin_version = "1.3.0-rc-146 "
6+
ext.kotlin_version = "1.3.0-rc-146"
77

88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)