Minor formatting changes from prettier 2.0

This commit is contained in:
Adam Goldsmith 2020-03-22 00:42:47 -04:00
parent 76b4f2a73c
commit 023ffc6811
3 changed files with 4 additions and 8 deletions

View File

@ -1 +1 @@
{"scriptId":"1KlR8cKW5jd9Fu-soBwK1dljmLi0XcHMIoYeUbnLXFZKMme-EaMqubaIk"}
{ "scriptId": "1KlR8cKW5jd9Fu-soBwK1dljmLi0XcHMIoYeUbnLXFZKMme-EaMqubaIk" }

View File

@ -153,10 +153,7 @@ function generateForCurrentRow() {
function generateForAllRows() {
const spreadsheet = SpreadsheetApp.getActive();
const row_count = spreadsheet
.getActiveSheet()
.getDataRange()
.getNumRows();
const row_count = spreadsheet.getActiveSheet().getDataRange().getNumRows();
for (let row_num = 2; row_num < row_count; row_num++) {
generateForRow(spreadsheet, row_num);

View File

@ -1,7 +1,6 @@
{
"timeZone": "America/New_York",
"dependencies": {
},
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}
}