Skip to content

Conversation

@gap-editor
Copy link

description

My PR makes small documentation and formatting improvements in circuitBreakBuilder:

Clarified comments – comments now explicitly mention that circuit breaker conditions trigger when missed slots are greater than or equal to (>=) the configured limits, matching the actual logic.
Normalized spacing – replaced a few non-breaking spaces (U+00A0) that had accidentally appeared in the log field alignment (e.g. "currentSlot": s).
These invisible characters sometimes come from copy-paste in editors and can cause formatting inconsistencies or minor linting issues.
They were replaced with regular ASCII spaces to ensure clean formatting and consistent go fmt behavior.

(source)

Copy link

@Ari4ka Ari4ka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

__

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants