Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2791)

Unified Diff: chrome/browser/resources/chromeos/switch_access/test_support.js

Issue 2902033002: WebUI: Fix violations of no-extra-semi lint rule. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/switch_access/test_support.js
diff --git a/chrome/browser/resources/chromeos/switch_access/test_support.js b/chrome/browser/resources/chromeos/switch_access/test_support.js
index 8e76f1ba017ae09e79155645c184ca0fb794ff1b..8b0b3996389668e9aff338eb6718ea6b842cc123 100644
--- a/chrome/browser/resources/chromeos/switch_access/test_support.js
+++ b/chrome/browser/resources/chromeos/switch_access/test_support.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-function TestSupport() {};
+function TestSupport() {}
TestSupport.prototype = {
/**

Powered by Google App Engine
This is Rietveld 408576698