sourcegit/src/Models/Null.cs
leo 20b45a1cf4
fix: when base is current worktree, the diff content of selected change is wrong
* remove warnings in JetBrains Rider (it seems JetBrains can NOT recognize Binding.TargetNullValue)
2024-07-27 21:35:57 +08:00

6 lines
65 B
C#

namespace SourceGit.Models
{
public class Null
{
}
}