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 class WhoAmI : ServiceBase<WhoAmIResponse>
|
||||
{
|
||||
|
||||
public override string Feature
|
||||
{
|
||||
get { return "WhoAmI"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Disco.Models.ClientServices
|
||||
{
|
||||
public class WhoAmI : ServiceBase<WhoAmIResponse>
|
||||
{
|
||||
|
||||
public override string Feature
|
||||
{
|
||||
get { return "WhoAmI"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user