Skip to content

Commit 0570b3d

Browse files
committed
more lints
1 parent 2915c32 commit 0570b3d

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

packages/@aws-cdk/aws-pipes-alpha/lib/pipe.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ abstract class PipeBase extends Resource implements IPipe {
170170
public abstract readonly pipeName: string;
171171
public abstract readonly pipeArn: string;
172172
public abstract readonly pipeRole: IRole;
173-
174173
}
175174

176175
/**
@@ -299,5 +298,4 @@ export class Pipe extends PipeBase {
299298
this.pipeName = resource.ref;
300299
this.pipeArn = resource.attrArn;
301300
}
302-
303301
}

packages/@aws-cdk/aws-pipes-alpha/lib/targetParameter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ export class TargetParameter {
1111
}
1212
return `<${jsonPath}>`;
1313
}
14-
1514
}

packages/@aws-cdk/aws-pipes-sources-alpha/lib/sqs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@ export class SqsSource implements ISource {
5858
grantRead(grantee: IRole): void {
5959
this.queue.grantConsumeMessages(grantee);
6060
}
61-
6261
}
6362

0 commit comments

Comments
 (0)