Skip to content

Commit

Permalink
Code quality improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Mar 24, 2024
1 parent fc25293 commit d632277
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cavern.QuickEQ.Format/JSON/JsonFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ static List<KeyValuePair<string, object>> Parse(ref string contents, ref int off
break;
case '}':
return result;
default:
break;
}

offset++;
Expand Down

0 comments on commit d632277

Please sign in to comment.