diff --git a/.clasp.json b/.clasp.json index 78095af..28c1df7 100644 --- a/.clasp.json +++ b/.clasp.json @@ -1 +1 @@ -{"scriptId":"1KlR8cKW5jd9Fu-soBwK1dljmLi0XcHMIoYeUbnLXFZKMme-EaMqubaIk"} +{ "scriptId": "1KlR8cKW5jd9Fu-soBwK1dljmLi0XcHMIoYeUbnLXFZKMme-EaMqubaIk" } diff --git a/Code.ts b/Code.ts index 8b59a64..bcd5eed 100644 --- a/Code.ts +++ b/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); diff --git a/appsscript.json b/appsscript.json index 3cf1d24..e867f29 100644 --- a/appsscript.json +++ b/appsscript.json @@ -1,7 +1,6 @@ { "timeZone": "America/New_York", - "dependencies": { - }, + "dependencies": {}, "exceptionLogging": "STACKDRIVER", "runtimeVersion": "V8" -} \ No newline at end of file +}