fix modifiers for various classes

Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Qstick
2020-12-13 00:08:49 -05:00
committed by nitsua
parent e9de0420dd
commit 400fa4a960
5 changed files with 8 additions and 8 deletions
@@ -1,9 +1,9 @@
using System;
using System;
using NzbDrone.Common.Exceptions;
namespace NzbDrone.Core.Notifications.Slack
{
internal class SlackExeption : NzbDroneException
public class SlackExeption : NzbDroneException
{
public SlackExeption(string message)
: base(message)