Skip to content

Commit

Permalink
trimmed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jun 14, 2023
1 parent 6406336 commit bc30f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimippkg/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ proc orgAs*(self: IPRef): string =
return self.retrieveData("as").getStr()

proc asName*(self: IPRef): string =
## The AS name **(RIR)** of the IP address.
## The AS name **(RIR)** of the IP address.
## Empty for IP blocks not being announced in BGP tables.
return self.retrieveData("asname").getStr()

0 comments on commit bc30f6c

Please sign in to comment.