Skip to content

Commit

Permalink
Remove unnecessary backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jan 25, 2024
1 parent e9107a6 commit b42a740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/buildSrc/src/main/kotlin/Extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ fun String.isNonStableVersion(): Boolean {
return isNonStable
}

fun DependencyHandler.`leakCanaryImplementation`(dependencyNotation: Any): Dependency? =
fun DependencyHandler.leakCanaryImplementation(dependencyNotation: Any): Dependency? =
add("leakCanaryImplementation", dependencyNotation)

fun DependencyHandler.`playImplementation`(dependencyNotation: Any): Dependency? =
fun DependencyHandler.playImplementation(dependencyNotation: Any): Dependency? =
add("playImplementation", dependencyNotation)

0 comments on commit b42a740

Please sign in to comment.