Skip to content

Commit c53ac90

Browse files
author
Johannes Duesing
committed
Fixed line being too long (codestyle)
1 parent a43ce73 commit c53ac90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/utils/instancemanagement/InstanceRegistry.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ object InstanceRegistry extends InstanceJsonSupport with AppLogging
265265
}
266266

267267

268-
private def createInstance(id: Option[Long], controlPort : Int, name : String, dockerId : Option[String], instanceState: InstanceEnums.InstanceState) : Instance =
268+
private def createInstance(id: Option[Long], controlPort : Int, name : String, dockerId : Option[String],
269+
instanceState: InstanceEnums.InstanceState) : Instance =
269270
Instance(id, InetAddress.getLocalHost.getHostAddress, controlPort, name, ComponentType.WebApp, dockerId,
270271
instanceState, List.empty[String], List.empty[InstanceLink], List.empty[InstanceLink])
271272

0 commit comments

Comments
 (0)