From daaac40b3b97652de2f8fdec270d709e61f82817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Joly?= Date: Sat, 4 Jun 2022 13:35:45 +0000 Subject: [PATCH] style: run stylua --- .github/workflows/lint.yml | 1 + lua/telescope/_extensions/repo/config.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 32572cd..b3fac3a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,3 +28,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments args: --check . + version: 0.13.1 diff --git a/lua/telescope/_extensions/repo/config.lua b/lua/telescope/_extensions/repo/config.lua index edf1878..eaf84b3 100644 --- a/lua/telescope/_extensions/repo/config.lua +++ b/lua/telescope/_extensions/repo/config.lua @@ -2,7 +2,7 @@ local M = {} M.values = {} -M.setup = function (opts) +M.setup = function(opts) M.values = opts end