Skip to content

Commit

Permalink
Reformat with scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jtakakura committed Oct 3, 2022
1 parent 6525640 commit 6496b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class IssueInitializer @Inject() (
issueFields: Seq[IssueField],
comments: Seq[Comment]
): BacklogIssue = {
//attachments
// attachments
// val attachmentFilter = new AttachmentFilter(issue.changeLogs)
// val filteredAttachments = attachmentFilter.filter(issue.attachments)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ case class ExistingMappingUser(
key: String,
displayName: String,
optEmail: Option[String]
) extends MappingUser
) extends MappingUser
case class ChangeLogMappingUser(key: String, displayName: String) extends MappingUser

0 comments on commit 6496b6c

Please sign in to comment.