Skip to content

Commit

Permalink
chore: fix indentation in TableRegistrationRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenrikur committed Aug 20, 2024
1 parent 6eea3fa commit 9afe5f7
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
namespace Eurofurence.App.Domain.Model.ArtistsAlley
{
public class TableRegistrationRequest
{
public string DisplayName { get; set; }
public class TableRegistrationRequest
{
public string DisplayName { get; set; }

public string WebsiteUrl { get; set; }
public string WebsiteUrl { get; set; }

public string ShortDescription { get; set; }
public string ShortDescription { get; set; }

public string Location { get; set; }
public string Location { get; set; }

public string TelegramHandle { get; set; }
}
public string TelegramHandle { get; set; }
}
}

0 comments on commit 9afe5f7

Please sign in to comment.