Skip to content

Commit 671b053

Browse files
committed
style(config): stylua changed quotes
1 parent 038cd11 commit 671b053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/markmap/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local M = {}
33

44
local uv = vim.uv or vim.loop
55
local is_windows = uv.os_uname().sysname == "Windows_NT"
6-
local is_android = vim.fn.isdirectory('/data') == 1
6+
local is_android = vim.fn.isdirectory("/data") == 1
77

88
---Parse user options, or set the defaults
99
---@param opts table A table with options to set.

0 commit comments

Comments
 (0)