Skip to content

Commit aa72c54

Browse files
committed
docs: add space before + and }
I am sorry, my OCD can't stand this :DDD
1 parent ed2764a commit aa72c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ require('telescope').setup{
164164
results_height = 1,
165165
results_width = 0.8,
166166
border = {},
167-
borderchars = { '', '', '', '', '', '', '', ''},
167+
borderchars = { '', '', '', '', '', '', '', '' },
168168
color_devicons = true,
169169
use_less = true,
170170
set_env = { ['COLORTERM'] = 'truecolor' }, -- default = nil,
@@ -295,7 +295,7 @@ require('telescope').setup{
295295
["<CR>"] = actions.select_default + actions.center,
296296

297297
-- You can perform as many actions in a row as you like
298-
["<CR>"] = actions.select_default+ actions.center + my_cool_custom_action,
298+
["<CR>"] = actions.select_default + actions.center + my_cool_custom_action,
299299
},
300300
n = {
301301
["<esc>"] = actions.close,

0 commit comments

Comments
 (0)