Skip to content

Commit

Permalink
Update Config.cs
Browse files Browse the repository at this point in the history
found another line out of place.
  • Loading branch information
sohjsolwin committed Aug 27, 2015
1 parent d3ae5c1 commit b82b0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JsonConfig/Config.cs
Expand Up @@ -219,7 +219,7 @@ public static ConfigObject ParseJson (string json)
var json_reader = new JsonReader ();
dynamic parsed = json_reader.Read (filtered_json);
// convert the ExpandoObject to ConfigObject before returning
var result = ConfigObject.FromExpando(parsed);
var result = ConfigObject.FromExpando(parsed);
return result;
}
// overrides any default config specified in default.conf
Expand Down

0 comments on commit b82b0cf

Please sign in to comment.