Skip to content

Commit

Permalink
fix #135
Browse files Browse the repository at this point in the history
  • Loading branch information
kid-xiong committed Aug 22, 2018
1 parent 187dcd8 commit 2fa3a71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ abstract class FileOutputBase(var config: Config) extends BaseOutput(config) {

Try(config.getConfig("option")) match {
case Success(options) => {

val optionMap = options
.entrySet()
.foldRight(Map[String, String]())((entry, m) => {
Expand Down

0 comments on commit 2fa3a71

Please sign in to comment.