Skip to content

Commit bc0619b

Browse files
committed
Revert
1 parent 8f9e730 commit bc0619b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

keyhive_core/src/debug_events/terminal.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
use super::{CgkaOperationDetails, DebugEventDetails, DebugEventTable};
21
use prettytable::{color, format, row, Attr, Cell, Table};
32

3+
use super::{CgkaOperationDetails, DebugEventDetails, DebugEventTable};
4+
45
/// Print a formatted ASCII table of events for easier debugging
56
///
67
/// This function creates a table with the following columns:

0 commit comments

Comments
 (0)