Skip to content

Commit

Permalink
more index visualiser tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Aug 1, 2024
1 parent bf2a6f6 commit b5b8487
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@

public string Term { get; set; }

public string SubmitType { get; set; }

public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
{
// Yes, could cache the parse results to avoid parsing multiple times, but not worth it for now at least.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@

public string Term { get; set; }

public string SubmitType { get; set; }

public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
{
// Yes, could cache the parse results to avoid parsing multiple times, but not worth it for now at least.
Expand Down

0 comments on commit b5b8487

Please sign in to comment.