Skip to content

Commit 989cf68

Browse files
committed
fix eslint about missing new line
1 parent 611222f commit 989cf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-redshift-alpha/test/integ.cluster-reboot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ describeEngineDefaultParams.expect(integ.ExpectedResult.objectLike({
119119
Match.objectLike({ ParameterName: 'statement_timeout', ParameterValue: '0' }),
120120
Match.objectLike({ ParameterName: 'wlm_json_configuration', ParameterValue: '[{"auto_wlm":true}]' }),
121121
]),
122-
}));
122+
}));

0 commit comments

Comments
 (0)