Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie-coming committed Dec 21, 2024
1 parent 69f4677 commit 121317b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ public void testLoadConfig() throws Exception {
when(someResponse.getStatusCode()).thenReturn(200);
when(someResponse.getBody()).thenReturn(someApolloConfig);

RemoteConfigRepository remoteConfigRepository = new RemoteConfigRepository(someAppId,
someNamespace);
RemoteConfigRepository remoteConfigRepository = new RemoteConfigRepository(someAppId, someNamespace);

Properties config = remoteConfigRepository.getConfig();

Expand Down

0 comments on commit 121317b

Please sign in to comment.