Skip to content

Commit

Permalink
gofmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnureddybadveli authored Jan 22, 2025
1 parent cae6e8b commit 60620ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/deviations/deviations.go
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ func DefaultBgpInstanceName(dut *ondatra.DUTDevice) string {

// ChannelRateClassParametersUnsupported returns true if channel rate class parameters are unsupported
func ChannelRateClassParametersUnsupported(dut *ondatra.DUTDevice) bool {
return lookupDUTDeviations(dut).GetChannelAssignmentRateClassParametersUnsupported()
return lookupDUTDeviations(dut).GetChannelAssignmentRateClassParametersUnsupported()
}

// QosSchedulerIngressPolicer returns true if qos ingress policing is unsupported
Expand Down

0 comments on commit 60620ff

Please sign in to comment.