Skip to content

Commit de12af6

Browse files
committed
style: Rustfmt 1.40.0
1 parent 921b936 commit de12af6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

unreal/src/context.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,12 @@ test_unreal_runtime_properties!(
527527
"CrashReportClientVersion",
528528
"1.0",
529529
);
530-
test_unreal_runtime_properties!(modules, "Modules", r#"\\Mac\Home\Desktop\WindowsNoEditor\YetAnother\Binaries\Win64\YetAnother.exe
531-
\\Mac\Home\Desktop\WindowsNoEditor\Engine\Binaries\ThirdParty\Vorbis\Win64\VS2015\libvorbis_64.dll"#);
530+
test_unreal_runtime_properties!(
531+
modules,
532+
"Modules",
533+
r#"\\Mac\Home\Desktop\WindowsNoEditor\YetAnother\Binaries\Win64\YetAnother.exe
534+
\\Mac\Home\Desktop\WindowsNoEditor\Engine\Binaries\ThirdParty\Vorbis\Win64\VS2015\libvorbis_64.dll"#
535+
);
532536

533537
test_unreal_platform_properties!(is_windows, "PlatformIsRunningWindows", true);
534538
test_unreal_platform_properties!(callback_result, "PlatformCallbackResult", 123);

0 commit comments

Comments
 (0)