Skip to content

Commit 203013d

Browse files
author
Varun Rathore
committed
fixed formatting
1 parent 5e80659 commit 203013d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/google/firebase/remoteconfig/MockRemoteConfigClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ static MockRemoteConfigClient fromServerTemplate(String resultServerTemplate) {
4545

4646
static MockRemoteConfigClient fromListVersionsResponse(
4747
ListVersionsResponse listVersionsResponse) {
48-
return new MockRemoteConfigClient(null,null, listVersionsResponse, null);
48+
return new MockRemoteConfigClient(null, null, listVersionsResponse, null);
4949
}
5050

5151
static MockRemoteConfigClient fromException(FirebaseRemoteConfigException exception) {
52-
return new MockRemoteConfigClient(null,null, null, exception);
52+
return new MockRemoteConfigClient(null, null, null, exception);
5353
}
5454

5555
@Override

0 commit comments

Comments
 (0)