Skip to content

Commit

Permalink
cleanup: remove extra line
Browse files Browse the repository at this point in the history
Signed-off-by: edwinwalela <edwinwalela@gmail.com>

Signed-off-by: Edwin Walela edwinwalela@gmail.com
  • Loading branch information
EdwinWalela committed Apr 13, 2022
1 parent 5d4270b commit 1bd61ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ func mustInitStorage(path string, storageAdvAddr string, artifactRetentionTTL ti
}

func determineAdvStorageAddr(storageAddr string, l logr.Logger) string {

host, port, err := net.SplitHostPort(storageAddr)
if err != nil {
l.Error(err, "unable to parse storage address")
Expand Down

0 comments on commit 1bd61ef

Please sign in to comment.