Skip to content

Commit 05f0c0e

Browse files
committed
updated example for linter issue
1 parent 4e21620 commit 05f0c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: kotlin/services/location/src/test/java/LocationTest.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class LocationTest {
126126
runCatching { deleteKey(keyName) }.onFailure { it.printStackTrace() },
127127
runCatching { deleteGeofenceCollection(collectionName) }.onFailure { it.printStackTrace() },
128128
runCatching { deleteTracker(trackerName) }.onFailure { it.printStackTrace() },
129-
runCatching { deleteRouteCalculator(calculatorName) }.onFailure { it.printStackTrace() }
129+
runCatching { deleteRouteCalculator(calculatorName) }.onFailure { it.printStackTrace() },
130130
)
131131

132132
// Ensure cleanup didn't fail completely
@@ -149,4 +149,4 @@ class LocationTest {
149149

150150
logger.info("🎉 Test 2 Passed Successfully!")
151151
}
152-
}
152+
}

0 commit comments

Comments
 (0)