Skip to content

Commit

Permalink
Fix redundancy
Browse files Browse the repository at this point in the history
Makes Qodana happy
  • Loading branch information
gablm committed Feb 13, 2024
1 parent 000b89e commit 98005bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public SteamShortcut ParseShortcut(string line)
newShortcut.LastPlayTime = ANSI.GetString(buffer.ToArray(), 0, buffer.Count);
buffer = [];
parse = ParseType.FindType;
continue;
}
break;
case ParseType.ValueAppid:
Expand Down

0 comments on commit 98005bc

Please sign in to comment.