All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.antipathy.mvn_scalafmt.model.FileSummaryRequest.scala Maven / Gradle / Ivy

The newest version!
package org.antipathy.mvn_scalafmt.model

// $COVERAGE-OFF$
/** Class representing a request to build a file summary
  * @param formatResults the formatResults
  * @param formattedValue The value to use if a file is formatted
  * @param unformattedValue The value to use if a file is unformatted
  */
case class FileSummaryRequest(
  formatResults: Seq[FormatResult],
  formattedValue: String,
  unformattedValue: String
)
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy