Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Wilson committed Oct 1, 2017
1 parent 2f1211b commit 8bc34a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function intialSetup () {
}

function doPost (e) {
var lock = LockService.getScriptLock()
lock.tryLock(10000)
var lock = LockService.getScriptLock()
lock.tryLock(10000)

try {
var doc = SpreadsheetApp.openById(scriptProp.getProperty('key'))
Expand Down
4 changes: 2 additions & 2 deletions form-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function intialSetup () {
}

function doPost (e) {
var lock = LockService.getScriptLock()
lock.tryLock(10000)
var lock = LockService.getScriptLock()
lock.tryLock(10000)

try {
var doc = SpreadsheetApp.openById(scriptProp.getProperty('key'))
Expand Down

0 comments on commit 8bc34a9

Please sign in to comment.