Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
fixed style violation
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Feb 7, 2020
1 parent 9cbcb1f commit bd47c8c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -235,7 +235,7 @@ class DefaultSimpleNotificationService implements SimpleNotificationService {
try {
setEndpointAttributes(endpointArn, [
CustomUserData: customUserData,
Enabled: Boolean.TRUE.toString()
Enabled: Boolean.TRUE.toString(),
])
return endpointArn
} catch (InvalidParameterException ignored) {
Expand Down

0 comments on commit bd47c8c

Please sign in to comment.