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

Unified Diff: tracing/tracing/extras/chrome/cc/picture_test.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: rebase Created 3 years, 9 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: tracing/tracing/extras/chrome/cc/picture_test.html
diff --git a/tracing/tracing/extras/chrome/cc/picture_test.html b/tracing/tracing/extras/chrome/cc/picture_test.html
index 25fe0544923246bdf3875d1dd3c846f79bc78689..eed3267da0353a113398534f84e1173778b7bf57 100644
--- a/tracing/tracing/extras/chrome/cc/picture_test.html
+++ b/tracing/tracing/extras/chrome/cc/picture_test.html
@@ -37,8 +37,7 @@ tr.b.unittest.testSuite(function() {
var snapshot = instance.snapshots[0];
var ops = snapshot.getOps();
- if (!ops)
- return;
+ if (!ops) return;
assert.equal(ops.length, 142);
var op0 = ops[0];
« no previous file with comments | « tracing/tracing/extras/chrome/cc/picture_as_image_data.html ('k') | tracing/tracing/extras/chrome/cc/raster_task.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698