Skip to content

Commit

Permalink
minor syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SocksTheWolf committed Jun 15, 2024
1 parent ea5ae2c commit 5909611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TwitchTTSUser/Models/ConfigData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ public static ConfigData LoadConfigData()
try
{
var outputConfig = JsonConvert.DeserializeObject<ConfigData>(json);
if(outputConfig != null)
if (outputConfig != null)
{
configData = outputConfig;
Console.WriteLine("Settings loaded");
}
}
catch
Expand Down

0 comments on commit 5909611

Please sign in to comment.