Skip to content

Commit ddd21bd

Browse files
Add new line at end of the file
1 parent 13e3a2a commit ddd21bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/netskope/data_stream/alerts_v2/_dev/deploy/tf/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ resource "aws_s3_object" "aws_object" {
5656

5757
output "aws_queue_url" {
5858
value = aws_sqs_queue.aws_queue.url
59-
}
59+
}

packages/netskope/data_stream/events_v2/_dev/deploy/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ services:
3131
test: "wget --no-verbose --tries=1 --spider http://localhost:4443/health || exit 1"
3232
interval: 10s
3333
timeout: 5s
34-
command: go run main.go -manifest /files/manifest.yml
34+
command: go run main.go -manifest /files/manifest.yml

0 commit comments

Comments
 (0)