Skip to content

Commit 1f9a35e

Browse files
committed
code cleanup
1 parent a45496d commit 1f9a35e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace NTorSpectator.Observer.Services;
2+
3+
public record TorWatchResults(string Site, int Positive, int Negative)
4+
{
5+
public bool IsOk => Positive > 0;
6+
}

0 commit comments

Comments
 (0)