mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
add comma at end of line 74
This commit is contained in:
parent
24ce8334ee
commit
c12d98df4f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ module Middleman::Cli
|
||||||
:instrumenting => options["instrument"],
|
:instrumenting => options["instrument"],
|
||||||
:disable_watcher => options["disable_watcher"],
|
:disable_watcher => options["disable_watcher"],
|
||||||
:reload_paths => options["reload_paths"],
|
:reload_paths => options["reload_paths"],
|
||||||
:force_polling => options["force_polling"]
|
:force_polling => options["force_polling"],
|
||||||
:latency => options["latency"]
|
:latency => options["latency"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue