Skip to content

Commit fe2acea

Browse files
committed
format with google style
Signed-off-by: Leo Ma <[email protected]>
1 parent f778863 commit fe2acea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/com/cisco/trex/stateful/TRexAstfClient.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,11 @@ public List<String> getTemplateGroupNames() {
403403
*/
404404
public List<String> getTemplateGroupNames(String profileId) {
405405
if (profileId == null || !getProfileIds().contains(profileId)) {
406-
LOGGER.warn("can not fetch template group names due to invalid profileId, or relative profile is not loaded yet.");
406+
LOGGER.warn(
407+
"can not fetch template group names due to invalid profileId, or relative profile is not loaded yet.");
407408
return Collections.emptyList();
408409
}
409-
410+
410411
Map<String, Object> payload = createPayload(profileId);
411412
payload.put("initialized", false);
412413
String json = callMethod("get_tg_names", payload);

0 commit comments

Comments
 (0)