Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz2030 committed Nov 5, 2024
1 parent fa34a32 commit 2843883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/org/maproulette/framework/model/Challenge.scala
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ case class ChallengeExtra(
taskWidgetLayout: Option[JsValue] = None,
datasetUrl: Option[String] = None,
systemArchivedAt: Option[DateTime] = None,
presets: Option[List[String]] = None,
presets: Option[List[String]] = None
) extends DefaultWrites

case class ChallengeListing(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ object ChallengeRepository {
reviewSetting,
taskWidgetLayout,
datasetUrl,
systemArchivedAt,
systemArchivedAt
),
status,
statusMessage,
Expand Down

0 comments on commit 2843883

Please sign in to comment.