b18fea8b6a
CodeFormatter.exe /rule-:FieldNames /nounicode /nocopyright .\GitTfs.sln
8 lines
133 B
C#
8 lines
133 B
C#
|
|
namespace Sep.Git.Tfs.Core
|
|
{
|
|
public interface IGitChangedFile
|
|
{
|
|
void Apply(ITfsWorkspaceModifier workspace);
|
|
}
|
|
} |