Formatted code

This commit is contained in:
phoenix
2025-03-07 21:57:08 -05:00
parent 16eec3e9e2
commit 40fa88fd05
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace Icarus.Models;
public class AccessLevel {
public class AccessLevel
{
#region Properties
[Newtonsoft.Json.JsonProperty("id")]
public int Id { get; set; }