com.codacy.client.bitbucket.util.CommitHelper.scala Maven / Gradle / Ivy
package com.codacy.client.bitbucket.util
object CommitHelper {
def anchor(commitUUID: String): String = {
commitUUID.take(12)
}
}
package com.codacy.client.bitbucket.util
object CommitHelper {
def anchor(commitUUID: String): String = {
commitUUID.take(12)
}
}