Skip to content

Commit bb8ca1c

Browse files
committed
lint
1 parent 15fb581 commit bb8ca1c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

definitions/output/f1/requests_latest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ FROM ${ctx.ref('crawl', 'requests')}
5252
WHERE date = '${constants.currentMonth}' AND
5353
client = 'desktop'
5454
`)
55-

infra/tf/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module "masthead" {
6868
}
6969

7070
module "functions" {
71-
source = "./functions"
71+
source = "./functions"
7272
project = local.project
7373
location = local.location
7474
function_identity = local.function_identity

0 commit comments

Comments
 (0)