Skip to content

Commit 21ca3b5

Browse files
committed
trim excess whitespace
1 parent e04d6e8 commit 21ca3b5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):
4040

4141
```sh
42-
plugins=(
42+
plugins=(
4343
# other plugins...
4444
zsh-autosuggestions
4545
)

src/bind.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _zsh_autosuggest_bind_widget() {
6363
_zsh_autosuggest_bind_widgets() {
6464
emulate -L zsh
6565

66-
local widget
66+
local widget
6767
local ignore_widgets
6868

6969
ignore_widgets=(

zsh-autosuggestions.zsh

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# v0.7.0
44
# Copyright (c) 2013 Thiago de Arruda
55
# Copyright (c) 2016-2021 Eric Freese
6-
#
6+
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation
99
# files (the "Software"), to deal in the Software without
@@ -12,10 +12,10 @@
1212
# copies of the Software, and to permit persons to whom the
1313
# Software is furnished to do so, subject to the following
1414
# conditions:
15-
#
15+
#
1616
# The above copyright notice and this permission notice shall be
1717
# included in all copies or substantial portions of the Software.
18-
#
18+
#
1919
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2020
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2121
# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -193,7 +193,7 @@ _zsh_autosuggest_bind_widget() {
193193
_zsh_autosuggest_bind_widgets() {
194194
emulate -L zsh
195195

196-
local widget
196+
local widget
197197
local ignore_widgets
198198

199199
ignore_widgets=(

0 commit comments

Comments
 (0)