Skip to content

Commit d80683c

Browse files
committed
fix comments
1 parent a8e09bf commit d80683c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

definitions/output/reports/tech_report_adoption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SELECT
4646
}'''
4747
);
4848
49-
// legacy export to tech-report-apis database
49+
-- legacy export to tech-report-apis database
5050
SELECT
5151
reports.run_export_job(
5252
JSON '''{

definitions/output/reports/tech_report_core_web_vitals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GROUP BY
114114
}'''
115115
);
116116
117-
// legacy export to tech-report-apis database
117+
-- legacy export to tech-report-apis database
118118
SELECT
119119
reports.run_export_job(
120120
JSON '''{

definitions/output/reports/tech_report_lighthouse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GROUP BY
9090
}'''
9191
);
9292
93-
// legacy export to tech-report-apis database
93+
-- legacy export to tech-report-apis database
9494
SELECT
9595
reports.run_export_job(
9696
JSON '''{

definitions/output/reports/tech_report_page_weight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GROUP BY
8383
}'''
8484
);
8585
86-
// legacy export for tech-report-apis
86+
-- legacy export for tech-report-apis
8787
SELECT
8888
reports.run_export_job(
8989
JSON '''{

0 commit comments

Comments
 (0)