Skip to content

Commit 5928c45

Browse files
committed
format
1 parent 2632951 commit 5928c45

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

binder/src/main/java/io/grpc/binder/internal/ServiceBinding.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ public ServiceInfo resolve() throws StatusException {
282282
ResolveInfo resolveInfo =
283283
resolveServiceAsUser(sourceContext.getPackageManager(), bindIntent, 0, targetUserHandle);
284284
if (resolveInfo == null) {
285-
// Same code as when bindService() returns false.
286-
throw Status.UNIMPLEMENTED
285+
throw Status.UNIMPLEMENTED // Same code as when bindService() returns false.
287286
.withDescription("resolveService(" + bindIntent + ") returned null")
288287
.asException();
289288
}

0 commit comments

Comments
 (0)