Skip to content

Commit

Permalink
fix management of renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Oct 23, 2022
1 parent 8818bf9 commit 0f639a5
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 195 deletions.
12 changes: 6 additions & 6 deletions DiffPatch/src/DiffPatch/Data/FileChangeType.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace DiffPatch.Data
{
public enum FileChangeType
{
Modified = 0,
Add,
Delete
}
public enum FileChangeType
{
Modified = 0,
Add,
Delete
}
}
Loading

0 comments on commit 0f639a5

Please sign in to comment.