Skip to content

Commit

Permalink
style: line changes and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Feb 8, 2024
1 parent 1e95b11 commit 6a7034c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test:
suite: test
@(cd lib/workload/stateless/sequence_run_manager && $(MAKE) test)
@(cd lib/workload/stateless/metadata_manager && $(MAKE) test)
@(cd lib/workload/stateful/filemanager && $(MAKE) test)
@(cd lib/workload/stateless/filemanager && $(MAKE) test)

clean:
@yarn clean
Expand Down
2 changes: 1 addition & 1 deletion lib/workload/stateless/filemanager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ psql:
## Help text
help:
@printf "The filemanager Makefile.\n\n"
@printf "Usage: make <target> [POSTGRES_DATABASE_URL=<database_url>]\n"
@printf "Usage: make <target> [POSTGRES_DATABASE_URL=<database_url>]\n"
2 changes: 1 addition & 1 deletion lib/workload/stateless/filemanager/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ services:
- POSTGRES_PASSWORD=filemanager
- PGPORT=4321
ports:
- "4321:4321"
- "4321:4321"
1 change: 0 additions & 1 deletion lib/workload/stateless/functions/cdk_resource_invoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
AwsSdkCall,
PhysicalResourceId,
} from 'aws-cdk-lib/custom-resources';
import * as lambda from 'aws-cdk-lib/aws-lambda';
import { CfnOutput, Stack, Token } from 'aws-cdk-lib';
import { IVpc, SubnetType } from 'aws-cdk-lib/aws-ec2';
import { ManagedPolicy, PolicyStatement, Role, ServicePrincipal } from 'aws-cdk-lib/aws-iam';
Expand Down

0 comments on commit 6a7034c

Please sign in to comment.