Skip to content

Commit ee16107

Browse files
committed
chore: address copilot review
1 parent 4c21f96 commit ee16107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/reexecute/vm_executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ type consensusMetrics struct {
344344
//
345345
// The registry passed in is expected to be registered with the prefix
346346
// "avalanche_snowman" and the chain label (ex. chain="C") that would be handled
347-
// by the[chain manager](../../../chains/manager.go).
347+
// by the [chain manager](../../chains/manager.go).
348348
func newConsensusMetrics(registry prometheus.Registerer) (*consensusMetrics, error) {
349349
m := &consensusMetrics{
350350
lastAcceptedHeight: prometheus.NewGauge(prometheus.GaugeOpts{

0 commit comments

Comments
 (0)