Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 7, 2024
1 parent d6db5d9 commit 3e0e819
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion internal/tutorial/experiment/torsf/chapter02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ type SummaryKeys struct {

var _ model.MeasurementSummaryKeys = &SummaryKeys{}

Anomaly implements model.MeasurementSummaryKeys.
func (sk *SummaryKeys) Anomaly() bool {
return sk.IsAnomaly
}
Expand Down
1 change: 0 additions & 1 deletion internal/tutorial/experiment/torsf/chapter02/torsf.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ type SummaryKeys struct {

var _ model.MeasurementSummaryKeys = &SummaryKeys{}

// Anomaly implements model.MeasurementSummaryKeys.
func (sk *SummaryKeys) Anomaly() bool {
return sk.IsAnomaly
}
Expand Down
1 change: 0 additions & 1 deletion internal/tutorial/experiment/torsf/chapter03/torsf.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ type SummaryKeys struct {

var _ model.MeasurementSummaryKeys = &SummaryKeys{}

// Anomaly implements model.MeasurementSummaryKeys.
func (sk *SummaryKeys) Anomaly() bool {
return sk.IsAnomaly
}
1 change: 0 additions & 1 deletion internal/tutorial/experiment/torsf/chapter04/torsf.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ type SummaryKeys struct {

var _ model.MeasurementSummaryKeys = &SummaryKeys{}

// Anomaly implements model.MeasurementSummaryKeys.
func (sk *SummaryKeys) Anomaly() bool {
return sk.IsAnomaly
}

0 comments on commit 3e0e819

Please sign in to comment.