Skip to content

Commit

Permalink
Minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenaLee committed Nov 29, 2022
1 parent 988e8ce commit 5d8ee6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/metric/metric_value_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var metricValueFetchers = []MetricValueFetcher{
&MemMetricValueFetcher{},
&ProcStatMetricValueFetcher{},
&DiskIOMetricValueFetcher{},
&NetMetricValueFetcher{},
&NetMetricValueFetcher{},
&ContainerInsightsValueFetcher{},
}

Expand Down
2 changes: 1 addition & 1 deletion test/ssmParameter.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func PutStringParameter(name, value string) error {
return putParameter(name, value, types.ParameterTypeString)
}

func putParameter(name string, value string, paramType types.ParameterType) error {
func putParameter(name, value string, paramType types.ParameterType) error {
svc, ctx, err := getSsmClient()
if err != nil {
return err
Expand Down

0 comments on commit 5d8ee6b

Please sign in to comment.