Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Jan 25, 2025
1 parent 79ede0c commit 2655d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ATL/AudioData/Utils/FileStructureHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ private static byte[] addToValue(object value, long delta, out object updatedVal
}
default:
updatedValue = value;
return new byte[0];
return Array.Empty<byte>();
}
}

Expand Down

0 comments on commit 2655d4f

Please sign in to comment.