diff options
author | Christian Chiarulli <[email protected]> | 2022-10-07 02:27:58 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2022-10-07 02:27:58 -0400 |
commit | 9d3e1636568f5568d26817b1f8710afa27e2920f (patch) | |
tree | 63072582584ed838c2083a31ce48b6f33cd69ca8 | |
parent | 49de031b243c11ae2e5e21466449f64b30600167 (diff) |
fix: formatting
-rw-r--r-- | lua/lvim/core/breadcrumbs.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lvim/core/breadcrumbs.lua b/lua/lvim/core/breadcrumbs.lua index 790713af..33770af0 100644 --- a/lua/lvim/core/breadcrumbs.lua +++ b/lua/lvim/core/breadcrumbs.lua @@ -226,4 +226,3 @@ M.create_winbar = function() end return M - |