Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Dec 19, 2023
1 parent f49536d commit 56d0200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/org/maproulette/controllers/api/TaskController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class TaskController @Inject() (
// json reads for automatically reading Tags from a posted json body
implicit val commentReads: Reads[Comment] = Comment.reads
implicit val commentWrites: Writes[Comment] = Comment.writes
implicit val tagReads: Reads[Tag] = Tag.tagReads
implicit val tagReads: Reads[Tag] = Tag.tagReads

implicit val tagChangeReads = ChangeObjects.tagChangeReads
implicit val tagChangeResultWrites = ChangeObjects.tagChangeResultWrites
Expand Down

0 comments on commit 56d0200

Please sign in to comment.