We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ff738 commit ca53ebfCopy full SHA for ca53ebf
publication/src/main/scala/hmda/publication/reports/disclosure/DisclosureReport.scala
@@ -1,6 +1,6 @@
1
package hmda.publication.reports.disclosure
2
3
-import hmda.model.publication.reports.{MSAReport, ReportTypeEnum}
+import hmda.model.publication.reports.{ MSAReport, ReportTypeEnum }
4
import hmda.model.publication.reports.ReportTypeEnum.Disclosure
5
6
trait DisclosureReport {
@@ -14,5 +14,4 @@ trait DisclosureReport {
14
15
val reportType: ReportTypeEnum = Disclosure
16
17
-
18
}
0 commit comments