Skip to content

Commit f68ac11

Browse files
committed
Formatting (again)
1 parent 0b4de04 commit f68ac11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/cadet_web/admin_controllers/admin_grading_controller.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,7 @@ defmodule CadetWeb.AdminGradingController do
378378
required: true
379379
)
380380

381-
student(Schema.ref(:StudentInfo), "Student who created the submission",
382-
required: true
383-
)
381+
student(Schema.ref(:StudentInfo), "Student who created the submission", required: true)
384382

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

0 commit comments

Comments
 (0)