mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
20b45a1cf4
* 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
|
|
{
|
|
}
|
|
}
|