mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00

* remove warnings in JetBrains Rider (it seems JetBrains can NOT recognize Binding.TargetNullValue)
6 lines
65 B
C#
6 lines
65 B
C#
namespace SourceGit.Models
|
|
{
|
|
public class Null
|
|
{
|
|
}
|
|
}
|