Skip to content

Commit c60016d

Browse files
committed
Reformat
1 parent ee56c60 commit c60016d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/ecs/EcsTaskMetadataUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ private void tryPopulateTaskMetadata(Map<String, String> properties) {
6666
}
6767
}
6868
}
69-
}
70-
catch (IllegalArgumentException | RestClientException e) {
69+
} catch (IllegalArgumentException | RestClientException e) {
7170
LOGGER.error("Error getting ECS task metadata", e);
7271
}
7372
}

0 commit comments

Comments
 (0)