From 1c6dcca532aa3c3a95ae6187a58935de8f0d7160 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 2 Sep 2016 09:50:33 -0400 Subject: [PATCH] Fix formatting in ConfParserTest.scala --- .../test/scala/com/typesafe/config/impl/ConfParserTest.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/src/test/scala/com/typesafe/config/impl/ConfParserTest.scala b/config/src/test/scala/com/typesafe/config/impl/ConfParserTest.scala index 856ae127..3ff87377 100644 --- a/config/src/test/scala/com/typesafe/config/impl/ConfParserTest.scala +++ b/config/src/test/scala/com/typesafe/config/impl/ConfParserTest.scala @@ -814,8 +814,7 @@ class ConfParserTest extends TestUtils { "include required(classpath( \"test01\" ))", "include required( classpath( \"test01\" ))", "include required(classpath( \"test01\" ) )", - "include required( classpath( \"test01\" ) )" - ) + "include required( classpath( \"test01\" ) )") // should have loaded conf, json, properties confs.foreach { c =>