Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Remove space in comment which causes build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak authored Apr 28, 2022
1 parent fd8ca5b commit 5e276c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdk/lib/roles/toil-engine-role.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class ToilEngineRole extends ToilJobRole {
);
super(scope, id, props, {
// In addition to what jobs do, we need to be able to manipulate AWS
// Batch.
// Batch.
ToilEngineBatchPolicy: new ToilBatchPolicy({
...props,
toilJobArnPattern: toilJobArnPattern,
Expand Down

0 comments on commit 5e276c4

Please sign in to comment.