Skip to content

Commit 2b1fdd6

Browse files
authored
Fixing issue with newline (#19)
1 parent 7ba45ea commit 2b1fdd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rai/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ func parseConfigStanza(stanza *ini.Section, cfg *Config) error {
101101
ClientID: clientID,
102102
ClientSecret: clientSecret,
103103
ClientCredentialsUrl: clientCredentialsUrl,
104-
Audience: audience
105-
}
104+
Audience: audience,
105+
}
106106
}
107107
return nil
108108
}

0 commit comments

Comments
 (0)