Skip to content

Commit

Permalink
Fixing issue with newline (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mulhotavares authored Jul 22, 2022
1 parent 7ba45ea commit 2b1fdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rai/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ func parseConfigStanza(stanza *ini.Section, cfg *Config) error {
ClientID: clientID,
ClientSecret: clientSecret,
ClientCredentialsUrl: clientCredentialsUrl,
Audience: audience
}
Audience: audience,
}
}
return nil
}
Expand Down

0 comments on commit 2b1fdd6

Please sign in to comment.