Skip to content

Commit 9c64716

Browse files
committed
Format file
1 parent 1a08ab5 commit 9c64716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-config/src/test/java/com/google/firebase/remoteconfig/internal/ConfigFetchHandlerTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,8 @@ private void setBackendResponseToNoChange(Date date) throws Exception {
791791
/* lastFetchETag= */ any(),
792792
/* customHeaders= */ any(),
793793
/* firstOpenTime= */ any(),
794-
/* currentTime= */ any())).thenReturn(FetchResponse.forBackendHasNoUpdates(date, firstFetchedContainer));
794+
/* currentTime= */ any()))
795+
.thenReturn(FetchResponse.forBackendHasNoUpdates(date, firstFetchedContainer));
795796
}
796797

797798
private void fetchCallToBackendThrowsException(int httpErrorCode) throws Exception {

0 commit comments

Comments
 (0)