Skip to content

Commit

Permalink
misc: remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Sep 10, 2024
1 parent 48c8b5c commit f929cb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Shoko.Server/Models/AniDB/AniDB_Creator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ namespace Shoko.Server.Models.AniDB;
public class AniDB_Creator
{
#region DB Columns

/// <summary>
/// The local ID of the creator.
/// </summary>
public int AniDB_CreatorID { get; set; }


/// <summary>
/// The global ID of the creator.
/// </summary>
Expand Down

0 comments on commit f929cb9

Please sign in to comment.