Skip to content

Commit

Permalink
uncompleted merge...
Browse files Browse the repository at this point in the history
  • Loading branch information
KircMax committed Dec 2, 2023
1 parent dd0f5fe commit b7c65db
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/Webserver.API/Services/IdGenerator/CharSetIdGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,6 @@ public CharSetIdGenerator()
Length = DefaultLength;
DeterminedThreadSleepTime = DetermineThreadSleepTime();
ThreadSleepTime = DeterminedThreadSleepTime;

/* Unmerged change from project 'Webserver.API (netstandard2.0)'
Before:
}
/// <summary>
After:
}
/// <summary>
*/

/* Unmerged change from project 'Webserver.API (net6.0)'
Before:
}
/// <summary>
After:
}
/// <summary>
*/
}

/// <summary>
Expand Down

0 comments on commit b7c65db

Please sign in to comment.