Skip to content

Commit 64cd514

Browse files
committed
PR feedback
1 parent 56242b0 commit 64cd514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/collector/otel_collector_plugin.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,8 @@ func (oc *Collector) updateResourceAttributes(
706706
}
707707

708708
func (oc *Collector) findAvailableSyslogServer(ctx context.Context, napSyslogServer string) string {
709-
if oc.previousNAPSysLogServer != "" && normaliseAddress(oc.previousNAPSysLogServer) == normaliseAddress(napSyslogServer) {
709+
if oc.previousNAPSysLogServer != "" &&
710+
normaliseAddress(oc.previousNAPSysLogServer) == normaliseAddress(napSyslogServer) {
710711
return napSyslogServer
711712
}
712713

0 commit comments

Comments
 (0)