From acb7df25f258701722ee56b087e272b7118fe8ac Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Fri, 1 Jul 2022 01:17:19 +0400 Subject: Style Changes Signed-off-by: Hassan Abouelela --- src/api/question.ts | 4 ++-- src/components/ErrorMessage.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/api/question.ts b/src/api/question.ts index 3561055..a9a4d4a 100644 --- a/src/api/question.ts +++ b/src/api/question.ts @@ -17,7 +17,7 @@ export interface Question { required: boolean } -type unittestError = { +type UnittestError = { question_id: string, question_index: number, return_code: number, @@ -27,5 +27,5 @@ type unittestError = { export interface UnittestFailure { error: string, - test_results: unittestError[], + test_results: UnittestError[], } diff --git a/src/components/ErrorMessage.tsx b/src/components/ErrorMessage.tsx index cbadcdc..e6078ff 100644 --- a/src/components/ErrorMessage.tsx +++ b/src/components/ErrorMessage.tsx @@ -1,5 +1,5 @@ /** @jsx jsx */ -import { jsx, css } from "@emotion/react"; +import {jsx, css} from "@emotion/react"; import colors from "../colors"; import {selectable} from "../commonStyles"; -- cgit v1.2.3