From e995643b3b0fbfbf5a1244187df806e1e52ca579 Mon Sep 17 00:00:00 2001 From: Max Miliano Date: Fri, 2 Aug 2024 22:15:22 -0300 Subject: [PATCH] refactor: code format --- stylua.toml | 8 ++++---- tests/setup_spec.lua | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stylua.toml b/stylua.toml index 78c5507..237e120 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,6 +1,6 @@ column_width = 120 -line_endings = "Unix" -indent_type = "Spaces" +line_endings = 'Unix' +indent_type = 'Spaces' indent_width = 2 -quote_style = "AutoPreferSingle" -call_parentheses = "None" +quote_style = 'AutoPreferSingle' +call_parentheses = 'None' diff --git a/tests/setup_spec.lua b/tests/setup_spec.lua index 09e2df2..186b168 100644 --- a/tests/setup_spec.lua +++ b/tests/setup_spec.lua @@ -3,7 +3,7 @@ local nvim_get_hl = require('dracula.utils').nvim_get_hl describe('dracula.setup', function() setup(function() ---@type dracula - local dracula = require('dracula') + local dracula = require 'dracula' dracula.setup { transparent = true,