Index: tracing/tracing/model/thread_test.html |
diff --git a/tracing/tracing/model/thread_test.html b/tracing/tracing/model/thread_test.html |
index d66643d885102f29aa642a95db97e2221a0124e8..5ae1834cdf10b02ae4840b20dfb4ac9c63ef27c8 100644 |
--- a/tracing/tracing/model/thread_test.html |
+++ b/tracing/tracing/model/thread_test.html |
@@ -66,8 +66,9 @@ tr.b.unittest.testSuite(function() { |
var shiftCount = 0; |
t.asyncSliceGroup.shiftTimestampsForward = function(ts) { |
- if (ts === 0.32) |
+ if (ts === 0.32) { |
shiftCount++; |
+ } |
}; |
t.shiftTimestampsForward(0.32); |
@@ -85,8 +86,9 @@ tr.b.unittest.testSuite(function() { |
var shiftCount = 0; |
t.asyncSliceGroup.shiftTimestampsForward = function(ts) { |
- if (ts === 0.32) |
+ if (ts === 0.32) { |
shiftCount++; |
+ } |
}; |
t.shiftTimestampsForward(0.32); |