Skip to content

Commit 35c260c

Browse files
committed
test
1 parent 3a0e996 commit 35c260c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/main/java/com/amazon/aoc/validators/CWLogValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private Map<String, Object> getActualLog(
212212
10);
213213

214214
if (retrievedLogs == null || retrievedLogs.isEmpty()) {
215-
throw new BaseException(ExceptionCode.EMPTY_LIST);
215+
throw new BaseException(ExceptionCode.EMPTY_LIST);
216216
}
217217

218218
return JsonFlattener.flattenAsMap(retrievedLogs.get(0).getMessage());

0 commit comments

Comments
 (0)