From f68ac11c84c493d4ecbbc3e74b32351c08202176 Mon Sep 17 00:00:00 2001 From: josh1248 Date: Thu, 14 Nov 2024 00:11:28 +0800 Subject: [PATCH] Formatting (again) --- lib/cadet_web/admin_controllers/admin_grading_controller.ex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/cadet_web/admin_controllers/admin_grading_controller.ex b/lib/cadet_web/admin_controllers/admin_grading_controller.ex index 9e7507bd7..aa93cd30f 100644 --- a/lib/cadet_web/admin_controllers/admin_grading_controller.ex +++ b/lib/cadet_web/admin_controllers/admin_grading_controller.ex @@ -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)