Skip to content

Commit

Permalink
chore: Remove Redundant Line
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Nov 3, 2023
1 parent 4222608 commit fc1092a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ internal class DataBrokerTransporter(
}
}

builder.build()
val dataEntry = builder.build()

return KuksaValV1.EntryUpdate.newBuilder()
.setEntry(builder.build())
.setEntry(dataEntry)
.addFields(field)
.build()
}
Expand Down

0 comments on commit fc1092a

Please sign in to comment.