Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody1234 committed May 21, 2023
1 parent 41c841c commit 92c736a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import scala.concurrent.duration.FiniteDuration
* @param profilingRuntimeEventsLog the path to the runtime events log file
* @param profilingPath the path to the profiling output file
* @param profilingTime the time limiting the profiling duration
* @param serverHost an address that the server listen on
* @param serverPort a port that the server listen on
* @param serverHost an address that the server listen on
* @param serverPort a port that the server listen on
*/
case class ProjectManagerOptions(
profilingRuntimeEventsLog: Option[Path],
profilingPath: Option[Path],
profilingTime: Option[FiniteDuration],
serverHost: Option[String],
serverPort: Option[Int]
serverHost: Option[String],
serverPort: Option[Int]
)

0 comments on commit 92c736a

Please sign in to comment.