Skip to content

Commit

Permalink
add back newline
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Nov 6, 2023
1 parent 0d0c990 commit 8226922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-glue-alpha/lib/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export class Database extends Resource implements IDatabase {
* Location URI of this database.
*/
public readonly locationUri?: string;

constructor(scope: Construct, id: string, props: DatabaseProps = {}) {
super(scope, id, {
physicalName: props.databaseName ??
Expand Down

0 comments on commit 8226922

Please sign in to comment.