summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/buf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/buf.lua')
-rw-r--r--lua/conform/formatters/buf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/buf.lua b/lua/conform/formatters/buf.lua
index 9a4b776..e430bf6 100644
--- a/lua/conform/formatters/buf.lua
+++ b/lua/conform/formatters/buf.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://buf.build/docs/reference/cli/buf/format",
- description = "A new way of working with Protocol Buffers",
+ description = "A new way of working with Protocol Buffers.",
},
command = "buf",
args = { "format", "-w", "$FILENAME" },