File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
aws-pipes-sources-alpha/lib Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ export class TargetParameter {
1111 }
1212 return `<${ jsonPath } >` ;
1313 }
14-
1514}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments