From 770378fc66db380bb9d9c42f32512f96c03544ea 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()