From 2acd5e2033887be6f9c8c2febc003c29d68d9bf6 Mon Sep 17 00:00:00 2001 From: josevarghese Date: Thu, 13 Jun 2024 19:56:11 +0530 Subject: [PATCH] revert a mistake happened while committing --- src/Command.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Command.php b/src/Command.php index ea2e98d..b3d6936 100644 --- a/src/Command.php +++ b/src/Command.php @@ -27,8 +27,6 @@ use WP_CLI\Utils; * +--------------------------+---------+-------------+ * | hook | time | cache_ratio | * +--------------------------+---------+-------------+ - * | hook | time | cache_ratio | - * +--------------------------+---------+-------------+ * | muplugins_loaded:before | 0.1767s | 33.33% | * | plugins_loaded:before | 0.103s | 78.13% | * | plugins_loaded | 0.0194s | 19.32% |