Skip to content

Commit

Permalink
style: run stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
cljoly committed Jun 4, 2022
1 parent dac32ad commit daaac40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
# CLI arguments
args: --check .
version: 0.13.1
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/repo/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local M = {}

M.values = {}

M.setup = function (opts)
M.setup = function(opts)
M.values = opts
end

Expand Down

0 comments on commit daaac40

Please sign in to comment.