mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
hooks
This commit is contained in:
@@ -3,7 +3,7 @@ using YamlDotNet.Serialization;
|
||||
|
||||
namespace LocalModels;
|
||||
|
||||
public record LocalQuiz: IModuleItem
|
||||
public record LocalQuiz : IModuleItem
|
||||
{
|
||||
|
||||
public required string Name { get; init; }
|
||||
@@ -171,7 +171,7 @@ Description: {Description}
|
||||
|
||||
public class QuizMarkdownParseException : Exception
|
||||
{
|
||||
public QuizMarkdownParseException(string message): base(message)
|
||||
public QuizMarkdownParseException(string message) : base(message)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user