1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-02-17 14:40:31 +00:00

Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2022-11-12 00:12:55 +00:00 committed by GitHub
parent 196949d499
commit fdd20b9dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,12 +52,7 @@ struct Sha256Hash {
extern "C" {
#[link_name = "\u{1}_ZN2nn6crypto18GenerateSha256HashEPvmPKvm"]
pub fn GenerateSha256Hash(
arg1: *mut c_void,
arg2: u64,
arg3: *const c_void,
arg4: u64,
);
pub fn GenerateSha256Hash(arg1: *mut c_void, arg2: u64, arg3: *const c_void, arg4: u64);
}
impl Event {