Skip to content

Commit

Permalink
style: reformat docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 12, 2022
1 parent e070729 commit 76afa7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/core/discovery/core_link_format.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import 'package:coap/coap.dart';
/// 6690) and returns an [Iterable] of [Uri]s, which can be used for direct
/// discovery.
///
/// If the [Uri]s contained in the [encodedLinks] are relative, they are turned into
/// absolute [Uri]s using the original [discoveryUri] as a basis.
/// If the [Uri]s contained in the [encodedLinks] are relative, they are turned
/// into absolute [Uri]s using the original [discoveryUri] as a basis.
Iterable<Uri> parseCoreLinkFormat(String encodedLinks, Uri discoveryUri) {
return CoapLinkFormat.parse(encodedLinks)
.where((link) =>
Expand Down

0 comments on commit 76afa7f

Please sign in to comment.