Skip to content

Commit 65374a3

Browse files
committed
chore: blank commit
Signed-off-by: Tanisha goyal <[email protected]>
1 parent 94aaa74 commit 65374a3

File tree

1 file changed

+1
-0
lines changed
  • health-monitors/csp-health-monitor/pkg/config

1 file changed

+1
-0
lines changed

health-monitors/csp-health-monitor/pkg/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ type AWSConfig struct {
6565
// LoadConfig reads the configuration from a TOML file.
6666
func LoadConfig(filePath string) (*Config, error) {
6767
var cfg Config
68+
6869
// Read the file content
6970
content, err := os.ReadFile(filePath)
7071
if err != nil {

0 commit comments

Comments
 (0)