Skip to content

Commit

Permalink
Minor Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Clark committed Sep 26, 2024
1 parent b5ff11b commit cfe7a55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var (
// access to all vars within init function. It is recommended to import this package using dot import.
func init() {
CNFConfig = cnfconfig.NewCNFConfig()

if CNFConfig.TargetHubKubeConfig != "" {
TargetHubAPIClient = clients.New(CNFConfig.TargetHubKubeConfig)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
)

var _ = Describe(

"Performing upgrade prep abort flow",
Label(tsparams.LabelPrepAbortFlow), func() {
var newIbguBuilder *ibgu.IbguBuilder
Expand Down

0 comments on commit cfe7a55

Please sign in to comment.