Skip to content

Commit cac4ef7

Browse files
committed
Remove redundant curly braces in a string template
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 8f4452d commit cac4ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/kotlin/org/gradle/dependencygraph/extractor/DependencyExtractor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ abstract class DependencyExtractor :
156156
val rootPath = projectIdentityPath ?: details.buildPath
157157

158158
if (!configurationFilter.include(rootPath, details.configurationName)) {
159-
LOGGER.debug("Ignoring resolved configuration: ${rootPath} - ${details.configurationName}")
159+
LOGGER.debug("Ignoring resolved configuration: $rootPath - ${details.configurationName}")
160160
return
161161
}
162162

0 commit comments

Comments
 (0)