Skip to content

Commit adc0107

Browse files
committed
Remove unnecessary whitespace
1 parent 13c27c0 commit adc0107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/jekyll/watcher.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def to_exclude(options)
9393
#
9494
# Returns a list of relative paths from source that should be ignored
9595
def listen_ignore_paths(options)
96-
source = Pathname.new(options["source"]).expand_path
97-
paths = to_exclude(options)
96+
source = Pathname.new(options["source"]).expand_path
97+
paths = to_exclude(options)
9898

9999
paths.map do |p|
100100
absolute_path = Pathname.new(p).expand_path

0 commit comments

Comments
 (0)