mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted. This is now done with Rider-stable.
This commit is contained in:
@@ -62,9 +62,7 @@ public sealed partial class DiscJuggler
|
||||
_imageStream.EnsureRead(descriptor, 0, dscLen);
|
||||
|
||||
// Sessions
|
||||
if(descriptor.Length < 1 ||
|
||||
descriptor[0] > 99 ||
|
||||
descriptor[0] == 0)
|
||||
if(descriptor.Length < 1 || descriptor[0] > 99 || descriptor[0] == 0)
|
||||
return false;
|
||||
|
||||
// Seems all sessions start with this data
|
||||
|
||||
Reference in New Issue
Block a user