Skip to content

Commit

Permalink
refactor: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Aug 3, 2024
1 parent 8ea32b7 commit e995643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions stylua.toml
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion tests/setup_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e995643

Please sign in to comment.