Skip to content

Commit e48756b

Browse files
committed
minor cleanups found by copilot
1 parent bf098f0 commit e48756b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-dataconnect/gradleplugin/plugin/src/main/kotlin/com/google/firebase/dataconnect/gradle/plugin/UpdateDataConnectExecutableVersionsTask.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ abstract class UpdateDataConnectExecutableVersionsTask : DefaultTask() {
197197

198198
if (version in invalidVersions) {
199199
logger.info(
200-
"Ignoring Data Connect executable file: {} " + "(version {} is a known invalid version)",
200+
"Ignoring Data Connect executable file: {} (version {} is a known invalid version)",
201201
name,
202202
versionString
203203
)
@@ -271,8 +271,8 @@ abstract class UpdateDataConnectExecutableVersionsTask : DefaultTask() {
271271
val fileNameRegex = ".*dataconnect-emulator-([^-]+)-v(.*)".toRegex()
272272

273273
/**
274-
* Creates a returns a new list that contains all elements of the receiving [Iterable] that are
275-
* not in the given registry.
274+
* Creates and returns a new list that contains all elements of the receiving [Iterable] that
275+
* are not in the given registry.
276276
*/
277277
private fun Iterable<CloudStorageVersionInfo>.filterNotIn(
278278
registry: DataConnectExecutableVersionsRegistry.Root

0 commit comments

Comments
 (0)