Skip to content

Commit 5e80659

Browse files
author
Varun Rathore
committed
fix lint errors
1 parent c7d68eb commit 5e80659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private MockRemoteConfigClient(Template resultTemplate,
3636
}
3737

3838
static MockRemoteConfigClient fromTemplate(Template resultTemplate) {
39-
return new MockRemoteConfigClient(resultTemplate,null, null, null);
39+
return new MockRemoteConfigClient(resultTemplate, null, null, null);
4040
}
4141

4242
static MockRemoteConfigClient fromServerTemplate(String resultServerTemplate) {

0 commit comments

Comments
 (0)