Skip to content

Commit

Permalink
Adapt README
Browse files Browse the repository at this point in the history
  • Loading branch information
bykof committed Apr 11, 2022
1 parent 53c8b66 commit 14e63d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ type (
)

func (address Address) FullAddress(withPostalCode bool) string {
return fmt.Sprintf("%s %s %d", PackageVariable, AnotherPackageVariable, StartingStreetNumber)
return fmt.Sprintf(
"%s %s %d",
PackageVariable,
AnotherPackageVariable,
StartingStreetNumber,
)
}

```
Expand Down

0 comments on commit 14e63d2

Please sign in to comment.