Skip to content

Commit 97decba

Browse files
authored
Update AsyncTaskCache.java
1 parent afc41d1 commit 97decba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/remote/util/AsyncTaskCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public Single<ValueT> execute(
291291
Action onAlreadyRunning,
292292
Action onAlreadyFinished,
293293
boolean force) {
294-
return task
294+
return task;
295295
}
296296

297297
/**

0 commit comments

Comments
 (0)