Skip to content

Commit 3132b59

Browse files
committed
Removed redundant brackets
1 parent 747a0d0 commit 3132b59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/scala/de/upb/cs/swt/delphi/cli/Config.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ package de.upb.cs.swt.delphi.cli
77
* @param mode The command to be run
88
*/
99
case class Config (server : String = sys.env.getOrElse("DELPHI_SERVER", "https://delphi.cs.uni-paderborn.de/api/"),
10-
verbose: Boolean = false, mode : String = "", args : List[String] = List(), opts : List[String] = List()) {
11-
12-
}
10+
verbose: Boolean = false, mode : String = "", args : List[String] = List(), opts : List[String] = List())

0 commit comments

Comments
 (0)