Skip to content

Commit

Permalink
stylua format
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Aug 28, 2024
1 parent 836f5dc commit 0beac60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/unclutter/plugin.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local autocmds = require "unclutter.autocmds"
local buffer = require "unclutter.buffer"
local tabline = require "unclutter.tabline"
local config = require "unclutter.config"
local tabline = require "unclutter.tabline"

---@class unclutter.plugin
local plugin = {}
Expand Down
2 changes: 1 addition & 1 deletion lua/unclutter/plugin_spec.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local mock = require "luassert.mock"
local M = require "unclutter.plugin"
local config = require "unclutter.config"
local mock = require "luassert.mock"

local autocmds, buffer, tabline

Expand Down

0 comments on commit 0beac60

Please sign in to comment.