summaryrefslogtreecommitdiffstats
path: root/src/frontend/table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/table.rs')
-rw-r--r--src/frontend/table.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/table.rs b/src/frontend/table.rs
index 6a30e9c..ba5c21d 100644
--- a/src/frontend/table.rs
+++ b/src/frontend/table.rs
@@ -13,6 +13,7 @@ use crate::backend::Backend;
use crate::compare::ComparePackage;
use librepology::v1::api::Api;
+/// A Frontend that formats the output in a nice ASCII-art table
pub struct TableFrontend(Stdout);
impl TableFrontend {