Skip to content

Commit a413353

Browse files
committed
chore(daemon): Fixes formatting
1 parent afcd372 commit a413353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/internal/newrelic/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (t FlatTxn) AggregateInto(h *Harvest) {
167167
}
168168
}
169169

170-
if n:= txn.LogForwardingLabels(nil); n != nil {
170+
if n := txn.LogForwardingLabels(nil); n != nil {
171171
h.LogEvents.SetLogForwardingLabels(n.Data())
172172
}
173173

0 commit comments

Comments
 (0)