From 6e5711a1136ae5ed2e0533f1a5d39bb71fb668b5 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 18 Mar 2022 21:20:30 -0400 Subject: Make sure that we format with short lines. --- constants/constants.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/constants.go b/constants/constants.go index 436dd3b..a94c777 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -5,7 +5,8 @@ import "time" var ( // The initial number of connections on a LBC. StartingNumberOfLoadBearingConnections uint64 = 4 - // The number of intervals for which to account in a moving-average calculation. + // The number of intervals for which to account in a moving-average + // calculation. MovingAverageIntervalCount int = 4 // The number of intervals across which to consider a moving average stable. MovingAverageStabilitySpan int = 4 -- cgit v1.2.3