Skip to content

Commit 543d814

Browse files
committed
chore: apply rustfmt
1 parent 52cde4f commit 543d814

File tree

1 file changed

+2
-1
lines changed
  • lambda-events/src/event/cloudwatch_alarms

1 file changed

+2
-1
lines changed

lambda-events/src/event/cloudwatch_alarms/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ where
3636
}
3737

3838
/// `CloudWatchMetricAlarm` is the structure of an event triggered by CloudWatch metric alarms.
39-
pub type CloudWatchMetricAlarm<R = CloudWatchAlarmStateReasonData> = CloudWatchAlarm<CloudWatchMetricAlarmConfiguration, R>;
39+
pub type CloudWatchMetricAlarm<R = CloudWatchAlarmStateReasonData> =
40+
CloudWatchAlarm<CloudWatchMetricAlarmConfiguration, R>;
4041

4142
/// `CloudWatchCompositeAlarm` is the structure of an event triggered by CloudWatch composite alarms.
4243
pub type CloudWatchCompositeAlarm<R = CloudWatchAlarmStateReasonData> =

0 commit comments

Comments
 (0)