mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Misc small changes for code quality.
This commit is contained in:
parent
ada50c429a
commit
4dd67df1dd
8 changed files with 17 additions and 17 deletions
|
@ -62,9 +62,8 @@ namespace GreenshotPlugin.Core {
|
|||
int index = 0;
|
||||
IDictionary<string, object> value = ParseValue(charArray, ref index, ref success) as IDictionary<string, object>;
|
||||
return value;
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
protected static IDictionary<string, object> ParseObject(char[] json, ref int index, ref bool success) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue