Skip to content

Commit 993d271

Browse files
Adding a space at the end of file
1 parent 1db12d2 commit 993d271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/aws-cdk-lib/aws-lambda/test/logging-config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ test('Throws when loggingFormat and logFormat are both specified', () => {
257257
logFormat: lambda.LogFormat.TEXT,
258258
});
259259
}).toThrow(/Only define LogFormat or LoggingFormat, not both./);
260-
});
260+
});

0 commit comments

Comments
 (0)