Skip to content

Commit

Permalink
fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
grobinson-grafana committed Jan 9, 2025
1 parent ac85ade commit a561fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/limits/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package limits

type Config struct {
}
}
2 changes: 1 addition & 1 deletion pkg/limits/limiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ func (l *IngestLimiter) running(ctx context.Context) error {

func (l *IngestLimiter) stopping(_ error) error {
return nil
}
}

0 comments on commit a561fc8

Please sign in to comment.