Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Nov 30, 2023
1 parent b70aef3 commit b985a68
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ import org.broadinstitute.dsde.firecloud.dataaccess._
* Created by davidan on 9/23/16.
*/

case class Application(agoraDAO: AgoraDAO, googleServicesDAO: GoogleServicesDAO, ontologyDAO: OntologyDAO, rawlsDAO: RawlsDAO, samDAO: SamDAO, searchDAO: SearchDAO, researchPurposeSupport: ResearchPurposeSupport, thurloeDAO: ThurloeDAO, shareLogDAO: ShareLogDAO, importServiceDAO: ImportServiceDAO, shibbolethDAO: ShibbolethDAO)
case class Application(agoraDAO: AgoraDAO,
googleServicesDAO: GoogleServicesDAO,
ontologyDAO: OntologyDAO,
rawlsDAO: RawlsDAO,
samDAO: SamDAO,
searchDAO: SearchDAO,
researchPurposeSupport: ResearchPurposeSupport,
thurloeDAO: ThurloeDAO,
shareLogDAO: ShareLogDAO,
importServiceDAO: ImportServiceDAO,
shibbolethDAO: ShibbolethDAO)

0 comments on commit b985a68

Please sign in to comment.