GIT: perform LF normalization
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Disco.Models.ClientServices
|
||||
{
|
||||
public abstract class ServiceBase<ResponseType>
|
||||
{
|
||||
internal ServiceBase()
|
||||
{
|
||||
}
|
||||
|
||||
public abstract string Feature { get; }
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Disco.Models.ClientServices
|
||||
{
|
||||
public abstract class ServiceBase<ResponseType>
|
||||
{
|
||||
internal ServiceBase()
|
||||
{
|
||||
}
|
||||
|
||||
public abstract string Feature { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user