mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Remove errant spaces from CompilerStatus.cs
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
namespace Tgstation.Server.Api.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Status of the <see cref="DreamMaker"/> for an <see cref="Instance"/>
|
||||
/// </summary>
|
||||
/// <summary>
|
||||
/// Status of the <see cref="DreamMaker"/> for an <see cref="Instance"/>
|
||||
/// </summary>
|
||||
#pragma warning disable CA1717 // Only FlagsAttribute enums should have plural names
|
||||
public enum CompilerStatus
|
||||
#pragma warning restore CA1717 // Only FlagsAttribute enums should have plural names
|
||||
{
|
||||
/// <summary>
|
||||
/// The <see cref="DreamMaker"/> is idle
|
||||
/// </summary>
|
||||
/// <summary>
|
||||
/// The <see cref="DreamMaker"/> is idle
|
||||
/// </summary>
|
||||
Idle,
|
||||
/// <summary>
|
||||
/// Pre-compile scripts are running
|
||||
/// </summary>
|
||||
PreCompile,
|
||||
/// <summary>
|
||||
/// The <see cref="Repository"/> is being copied
|
||||
/// </summary>
|
||||
Copying,
|
||||
/// <summary>
|
||||
/// The <see cref="Repository"/> is being copied
|
||||
/// </summary>
|
||||
Copying,
|
||||
/// <summary>
|
||||
/// The .dme is having it's server side modifications applied
|
||||
/// </summary>
|
||||
Modifying,
|
||||
/// <summary>
|
||||
/// DreamMaker is running
|
||||
/// </summary>
|
||||
Compiling,
|
||||
/// <summary>
|
||||
/// DreamMaker is running
|
||||
/// </summary>
|
||||
Compiling,
|
||||
/// <summary>
|
||||
/// The DMAPI is being verified
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user