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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js b/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
index 95b8bc414d4b1f61c6ad6bed016cc5ee0dcde577..ff05ea29395772106505f5d0c470ea5ee8fb3e2c 100644
--- a/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
+++ b/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
@@ -274,7 +274,7 @@ function deleteDirectoryRecursively(
*
* @param {string} volumeId ID of the volume.
* @param {DOMFileSystem} fileSystem File system of the volume.
- * @returns {Array.<function()>} The list of tests that should be run.
+ * @returns {Array<function()>} The list of tests that should be run.
*/
function collectTestsForVolumeId(volumeId, fileSystem) {
console.log(volumeId);

Powered by Google App Engine
This is Rietveld 408576698