Skip to content

Commit

Permalink
tiny changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 committed Sep 15, 2024
1 parent 2ec5a3b commit 70855bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/addr/fmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func ParseFormattedISD(isd string, opts ...FormatOption) (ISD, error) {
// ParseFormattedAS parses an AS number that was formatted with the FormatAS
// function. The same options must be provided to successfully parse.
// @ trusted
// @ requires false
func ParseFormattedAS(as_ string, opts ...FormatOption) (AS, error) {
o := applyFormatOptions(opts)
if o.defaultPrefix {
Expand Down

0 comments on commit 70855bc

Please sign in to comment.