Skip to content

Commit

Permalink
Fixing trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Apr 8, 2017
1 parent 6605ee7 commit fa27eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
const sw = reg.installing;
await waitForActivated(sw);
const values = await getScriptTimes(sw, testName);

opts = {scope};
if (updateViaCache2) opts.updateViaCache = updateViaCache2;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def main(request, response):
('Last-Modified', time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime()))]

test = request.GET['test'];

body = '''
const mainTime = {time};
const testName = {test};
Expand Down

0 comments on commit fa27eab

Please sign in to comment.