From a728b3bc099cb9139da0324b7f2a5a0bdf835a22 Mon Sep 17 00:00:00 2001 From: Boris Stepanov Date: Sat, 9 Dec 2023 03:52:03 +0700 Subject: [PATCH] [zsh] Remove dependency --- lua/formatter/filetypes/zsh.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/formatter/filetypes/zsh.lua b/lua/formatter/filetypes/zsh.lua index 5470265..314a8d8 100644 --- a/lua/formatter/filetypes/zsh.lua +++ b/lua/formatter/filetypes/zsh.lua @@ -1,4 +1,3 @@ -local util = require "formatter.util" local M = {} function M.beautysh()