add all_cols to add_indent
diff --git a/man/spec_popover.Rd b/man/spec_popover.Rd
index c9565d7..e182f59 100644
--- a/man/spec_popover.Rd
+++ b/man/spec_popover.Rd
@@ -4,8 +4,12 @@
 \alias{spec_popover}
 \title{Setup bootstrap popover}
 \usage{
-spec_popover(content = NULL, title = NULL, trigger = "hover",
-  position = "right")
+spec_popover(
+  content = NULL,
+  title = NULL,
+  trigger = "hover",
+  position = "right"
+)
 }
 \arguments{
 \item{content}{content for pop-over message}