aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/gn.lua')
-rw-r--r--lua/conform/formatters/gn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/gn.lua b/lua/conform/formatters/gn.lua
index 84ea242..fd576d9 100644
--- a/lua/conform/formatters/gn.lua
+++ b/lua/conform/formatters/gn.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://gn.googlesource.com/gn/",
- description = "gn build system",
+ description = "gn build system.",
},
command = "gn",
args = { "format", "--stdin" },