Fix comments

This commit is contained in:
nemunaire 2026-04-24 10:01:57 +07:00
commit 356e6cd8db
5 changed files with 8 additions and 8 deletions

View file

@ -226,7 +226,7 @@ func TestCheck_NoReporters(t *testing.T) {
// bareInteractiveProvider implements only the required interfaces
// (ObservationProvider, CheckerDefinitionProvider, CheckerInteractive)
// — no reporters.
//, no reporters.
type bareInteractiveProvider struct {
key ObservationKey
def *CheckerDefinition