Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Mar 12, 2016
1 parent d2d82e2 commit 0585c40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layers/+completion/spacemacs-ivy/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ that directory."
(interactive)
(require 'counsel)
(letf* ((initial-input (if use-initial-input
(if (region-active-p)
(buffer-substring-no-properties
(region-beginning) (region-end))
(thing-at-point 'symbol t))
(if (region-active-p)
(buffer-substring-no-properties
(region-beginning) (region-end))
(thing-at-point 'symbol t))
""))
(tool (catch 'tool
(dolist (tool tools)
Expand Down

0 comments on commit 0585c40

Please sign in to comment.