Skip to content

Commit

Permalink
fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jul 1, 2024
1 parent 2f1ea32 commit 6dc55fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class NodeRecordConverter {

public Optional<DiscoveryPeer> convertToDiscoveryPeer(
final NodeRecord nodeRecord, final SchemaDefinitions schemaDefinitions) {
//TODO: https://github.com/Consensys/teku/issues/8069
// TODO: https://github.com/Consensys/teku/issues/8069
return nodeRecord
.getTcpAddress()
.or(nodeRecord::getTcp6Address)
Expand Down

0 comments on commit 6dc55fe

Please sign in to comment.