Skip to content

Commit 7f96785

Browse files
committed
Removing unused braces.
1 parent cf4672b commit 7f96785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/edu/ie3/simona/config/ArgsParser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object ArgsParser extends LazyLogging {
2121
mainArgs: Array[String],
2222
configLocation: Option[String] = None,
2323
config: Option[TypesafeConfig] = None,
24-
) {}
24+
)
2525

2626
// build the config parser using scopt library
2727
private def buildParser: scoptOptionParser[Arguments] = {

0 commit comments

Comments
 (0)