Skip to content

Commit c1bf992

Browse files
committed
chore: remove explicit block
1 parent 49ff71c commit c1bf992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/views/alerts/rules/metric/ruleForm.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ class RuleFormContainer extends DeprecatedAsyncComponent<Props, State> {
945945
handleComparisonTypeChange = (value: AlertRuleComparisonType) => {
946946
let updateState = {};
947947
switch (value) {
948-
case AlertRuleComparisonType.DYNAMIC: {
948+
case AlertRuleComparisonType.DYNAMIC:
949949
this.fetchAnomalies();
950950
updateState = {
951951
comparisonType: value,
@@ -956,7 +956,6 @@ class RuleFormContainer extends DeprecatedAsyncComponent<Props, State> {
956956
seasonality: AlertRuleSeasonality.AUTO,
957957
};
958958
break;
959-
}
960959
case AlertRuleComparisonType.CHANGE:
961960
updateState = {
962961
comparisonType: value,

0 commit comments

Comments
 (0)