Skip to content

Commit

Permalink
Formatting (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh1248 committed Nov 13, 2024
1 parent 0b4de04 commit f68ac11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/cadet_web/admin_controllers/admin_grading_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,7 @@ defmodule CadetWeb.AdminGradingController do
required: true
)

student(Schema.ref(:StudentInfo), "Student who created the submission",
required: true
)
student(Schema.ref(:StudentInfo), "Student who created the submission", required: true)

unsubmittedBy(Schema.ref(:GraderInfo))
unsubmittedAt(:string, "Last unsubmitted at", format: "date-time", required: false)
Expand Down

0 comments on commit f68ac11

Please sign in to comment.