From a3bd06a5e6cf07854dd757dd97c5a0292f8ea0a3 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 29 Apr 2018 12:49:56 +0300 Subject: doc: remove redundant empty lines PR-URL: https://github.com/nodejs/node/pull/20398 Reviewed-By: Gireesh Punathil Reviewed-By: Ruben Bridgewater --- doc/api/perf_hooks.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/api/perf_hooks.md') diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index c6c16954f4..a8c6bcf737 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -339,7 +339,6 @@ added: v8.5.0 The high resolution millisecond timestamp at which the V8 platform was initialized. - ## Class: PerformanceObserver ### new PerformanceObserver(callback) @@ -477,7 +476,6 @@ Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` whose `performanceEntry.entryType` is equal to `type`. - ## Examples ### Measuring the duration of async operations -- cgit v1.2.3