1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-19 14:11:40 +00:00
Radarr/NzbDrone.Core/Instrumentation/Commands/TrimLogCommand.cs
2013-09-11 17:42:53 -07:00

11 lines
No EOL
218 B
C#

using System;
using NzbDrone.Common;
using NzbDrone.Core.Messaging;
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Instrumentation.Commands
{
public class TrimLogCommand : Command
{
}
}