Fix code indention.
This commit is contained in:
parent
7e6e52a2c9
commit
d857134446
@ -25,6 +25,7 @@ module Guard
|
|||||||
# @option options [String] watchdir the director to watch
|
# @option options [String] watchdir the director to watch
|
||||||
# @option options [String] guardfile the path to the Guardfile
|
# @option options [String] guardfile the path to the Guardfile
|
||||||
# @option options [Boolean] watch_all_modifications watches all file modifications if true
|
# @option options [Boolean] watch_all_modifications watches all file modifications if true
|
||||||
|
#
|
||||||
def setup(options = {})
|
def setup(options = {})
|
||||||
@options = options
|
@options = options
|
||||||
@guards = []
|
@guards = []
|
||||||
|
Loading…
Reference in New Issue
Block a user