Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Oct 31, 2023
1 parent 71791be commit 218f9cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/inputs/modbus/type_conversions.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func determineConverterNoScale(inType, byteOrder, outType string) (fieldConverte
return determineConverterF64(outType, byteOrder)
case "STRING":
return determineConverterString(byteOrder)

}
return nil, fmt.Errorf("invalid input data-type: %s", inType)
}

0 comments on commit 218f9cf

Please sign in to comment.