Minor formatting changes from prettier 2.0
This commit is contained in:
parent
76b4f2a73c
commit
023ffc6811
@ -1 +1 @@
|
||||
{"scriptId":"1KlR8cKW5jd9Fu-soBwK1dljmLi0XcHMIoYeUbnLXFZKMme-EaMqubaIk"}
|
||||
{ "scriptId": "1KlR8cKW5jd9Fu-soBwK1dljmLi0XcHMIoYeUbnLXFZKMme-EaMqubaIk" }
|
||||
|
5
Code.ts
5
Code.ts
@ -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);
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"timeZone": "America/New_York",
|
||||
"dependencies": {
|
||||
},
|
||||
"dependencies": {},
|
||||
"exceptionLogging": "STACKDRIVER",
|
||||
"runtimeVersion": "V8"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user