Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Mar 20, 2019
1 parent 6e40a71 commit 879963c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/oracledb.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ func main() {
i, err := integration.New(integrationName, integrationVersion, integration.Args(&args))
exitOnErr(err)

if oracleHome := os.Getenv("ORACLE_HOME"); oracleHome == "" {
log.Error("Required argument oracle_home is unset")
os.Exit(1)
}
if oracleHome := os.Getenv("ORACLE_HOME"); oracleHome == "" {
log.Error("Required argument oracle_home is unset")
os.Exit(1)
}

// parse tablespace whitelist
err = parseTablespaceWhitelist()
Expand Down

0 comments on commit 879963c

Please sign in to comment.